Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-03 08:48:08 +0400
committerJunio C Hamano <gitster@pobox.com>2007-07-03 08:48:08 +0400
commit3b0d9992ee9849cf12b16662f2b3c272e6792213 (patch)
tree28a3a84cc273c7eb4b94f485010b7f6ebc4a1019 /git-clone.sh
parent68f6c019fd8d49fbaa72f1aeeb21eb921b6a16bf (diff)
parent279050d04428e9adaa90aebe54a485a334102ab8 (diff)
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 4cbf60f554..262508683d 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