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:
@ -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
|
||||
|
Reference in New Issue
Block a user