]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: git-init: reword parenthetical statements
authorLinus Arver <linusarver@gmail.com>
Fri, 8 Aug 2014 17:29:18 +0000 (10:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Aug 2014 20:17:41 +0000 (13:17 -0700)
Signed-off-by: Linus Arver <linusarver@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-init.txt

index 3f4e46aba496099cd72481923d0020835ca68980..21e5ad9cf839196c9d29c032e1bfa5820f5935d2 100644 (file)
@@ -108,8 +108,8 @@ By default, the configuration flag `receive.denyNonFastForwards` is enabled
 in shared repositories, so that you cannot force a non fast-forwarding push
 into it.
 
-If you name a (possibly non-existent) directory at the end of the command
-line, the command is run inside the directory (possibly after creating it).
+If you provide a 'directory', the command is run inside it. If this directory
+does not exist, it will be created.
 
 --