X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=cb73d7571f25deffb061441577ce1ae531fdf5d9;hb=77097faa5dc3da2947f4a4bdb6f8a7766f4ef89a;hp=d1e2120e15b37a14eec5b3d1de9752da8f6ad7af;hpb=aa06b4d3f43be3879556361768a07934f23ac230;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index d1e2120e1..cb73d7571 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1360,7 +1360,7 @@ receive.denyCurrentBranch:: receive.denyNonFastForwards:: If set to true, git-receive-pack will deny a ref update which is - not a fast forward. Use this to prevent such an update via a push, + not a fast-forward. Use this to prevent such an update via a push, even if that push is forced. This configuration variable is set when initializing a shared repository.