summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Arver <linusarver@gmail.com>2014-08-08 17:29:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-08-08 20:17:41 (GMT)
commit4dde849a20267153aa86ffeb1476cd5886d0fc57 (patch)
treeaba73c415ae346496743e4475c1e4e9c7f0b612b /Documentation
parentc165d1f5ca82bca5e79a1a797d847ca5458ea9c8 (diff)
downloadgit-4dde849a20267153aa86ffeb1476cd5886d0fc57.zip
git-4dde849a20267153aa86ffeb1476cd5886d0fc57.tar.gz
git-4dde849a20267153aa86ffeb1476cd5886d0fc57.tar.bz2
Documentation: git-init: reword parenthetical statements
Signed-off-by: Linus Arver <linusarver@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-init.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index 3f4e46a..21e5ad9 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -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.
--