-
Notifications
You must be signed in to change notification settings - Fork 579
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We are rewritting git-clone as a 'pure' bourne shell script with no dependence on the git-init image. I have rewritten almost word by word the go code from here https://git.io/JvBCr Error handling are handled by shell's set -e so if any command fails it will just exit 1, There is some bugs in go code submodules which is done always so i have handled this differently to properly be conditional to the parameter. Signed-off-by: Chmouel Boudjnah <[email protected]>
- Loading branch information
Showing
1 changed file
with
61 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters