From: Linus Arver Date: Fri, 8 Aug 2014 17:29:18 +0000 (-0700) Subject: Documentation: git-init: reword parenthetical statements X-Git-Tag: v2.2.0-rc0~164^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4dde849a20267153aa86ffeb1476cd5886d0fc57;p=thirdparty%2Fgit.git Documentation: git-init: reword parenthetical statements Signed-off-by: Linus Arver Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 3f4e46aba4..21e5ad9cf8 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. --