X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-init.txt;h=62914da97b5b8335a2c2597606f046dfb2295e03;hb=b59fd2098e6606e1a696fc1cafe897e074ed6d6f;hp=1b64d3ab03c2e13807e24833823193021559d947;hpb=070739fd351702ea9bb4f65595728ae25a488075;p=git.git diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 1b64d3ab0..62914da97 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -8,7 +8,7 @@ git-init - Create an empty git repository or reinitialize an existing one SYNOPSIS -------- -'git-init' [--template=] [--shared[=]] +'git-init' [-q | --quiet] [--template=] [--shared[=]] OPTIONS @@ -16,6 +16,10 @@ OPTIONS -- +-q, \--quiet:: + +Only print error and warning messages, all other output will be suppressed. + --template=:: Provide the directory from which templates will be used. The default template @@ -48,7 +52,7 @@ is given: - 'all' (or 'world' or 'everybody'): Same as 'group', but make the repository readable by all users. -By default, the configuration flag receive.denyNonFastforward is enabled +By default, the configuration flag receive.denyNonFastForwards is enabled in shared repositories, so that you cannot force a non fast-forwarding push into it. @@ -107,5 +111,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list