diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2007-12-18 07:07:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-18 12:00:18 -0800 |
commit | 02ff62504e12cb1925a59b6956508dc70984c5b4 (patch) | |
tree | bdca90b2a4c808f19095e9a0a39b94966b9a7aa9 /Documentation/git-init.txt | |
parent | 4808ab8f87551967d61fc4f4164e2f99e2fa4d71 (diff) | |
download | git-02ff62504e12cb1925a59b6956508dc70984c5b4.tar.gz |
Fix some documentation typos.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-init.txt')
-rw-r--r-- | Documentation/git-init.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 07484a4fd0..e51351dd53 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -52,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. |