Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Allow the user to control the verbosity of merge-recursive.
[gitweb.git]
/
git-clone.sh
diff --git
a/git-clone.sh
b/git-clone.sh
index cf761b2c694d9e6cbcfc8cd1e075095d34ba857b..0f7bbbfb39cb4eb08379b8441b1ceab3d55d18e5 100755
(executable)
--- a/
git-clone.sh
+++ b/
git-clone.sh
@@
-214,7
+214,7
@@
yes)
GIT_DIR="$D" ;;
*)
GIT_DIR="$D/.git" ;;
-esac && export GIT_DIR && git-init
-db
${template+"$template"} || usage
+esac && export GIT_DIR && git-init ${template+"$template"} || usage
if test -n "$reference"
then