Merge branch 'jo/init'

* jo/init:
  Quiet the output from git-init when cloning, if requested.
  Add an option to quiet git-init.
This commit is contained in:
Junio C Hamano
2007-07-02 21:48:08 -07:00
4 changed files with 16 additions and 8 deletions

View File

@ -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