summaryrefslogtreecommitdiff
path: root/git-clone.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-03 04:48:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-03 04:48:08 (GMT)
commit3b0d9992ee9849cf12b16662f2b3c272e6792213 (patch)
tree28a3a84cc273c7eb4b94f485010b7f6ebc4a1019 /git-clone.sh
parent68f6c019fd8d49fbaa72f1aeeb21eb921b6a16bf (diff)
parent279050d04428e9adaa90aebe54a485a334102ab8 (diff)
downloadgit-3b0d9992ee9849cf12b16662f2b3c272e6792213.zip
git-3b0d9992ee9849cf12b16662f2b3c272e6792213.tar.gz
git-3b0d9992ee9849cf12b16662f2b3c272e6792213.tar.bz2
Merge branch 'jo/init'
* jo/init: Quiet the output from git-init when cloning, if requested. Add an option to quiet git-init.
Diffstat (limited to 'git-clone.sh')
-rwxr-xr-xgit-clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-clone.sh b/git-clone.sh
index 4cbf60f..2625086 100755
--- a/git-clone.sh
+++ b/git-clone.sh
@@ -195,7 +195,7 @@ yes)
GIT_DIR="$D" ;;
*)
GIT_DIR="$D/.git" ;;
-esac && export GIT_DIR && git-init ${template+"$template"} || usage
+esac && export GIT_DIR && git-init $quiet ${template+"$template"} || usage
if test -n "$reference"
then