diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-09-21 02:10:30 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-21 08:32:22 +0200 |
commit | 199a92186b6721b23a2400c91f8bd44e7ffa349a (patch) | |
tree | 15c92873f4ef6ebd9eaf33463a76331f3076094d /Documentation/git-init-db.txt | |
parent | receive-pack: plug memory leak in fast-forward checking code. (diff) | |
download | git-199a92186b6721b23a2400c91f8bd44e7ffa349a.tar.xz git-199a92186b6721b23a2400c91f8bd44e7ffa349a.zip |
Document receive.denyNonFastforwards
[jc: with a fix to config handling in t5400 test, which took
annoyingly long to diagnose.]
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-init-db.txt')
-rw-r--r-- | Documentation/git-init-db.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-init-db.txt b/Documentation/git-init-db.txt index 63cd5dab3f..ca7d09dc0a 100644 --- a/Documentation/git-init-db.txt +++ b/Documentation/git-init-db.txt @@ -48,6 +48,10 @@ 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 +in shared repositories, so that you cannot force a non fast-forwarding push +into it. + -- |