X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-init.txt;h=07484a4fd065b639bbf33832cbf642eb8399757e;hb=620bb245b945531bb6e08016d5f28caf9e797786;hp=e1fd6884f066c3f501394173d27df26717b9be85;hpb=141d21b8256ef96bbd693fd35e154787365e26dc;p=git.git diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index e1fd6884f..07484a4fd 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -3,12 +3,12 @@ git-init(1) NAME ---- -git-init - Creates an empty git repository +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 @@ -79,9 +83,7 @@ was primarily meant to initialize the object database, but over time it has become responsible for setting up the other aspects of the repository, such as installing the default hooks and setting the configuration variables. The old name is retained -because people are so used to it and many existing documents -refer to it that way, and this will not change for some time to -come. +for backward compatibility reasons. EXAMPLES @@ -110,4 +112,3 @@ Documentation by David Greaves, Junio C Hamano and the git-list