]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config/advice.txt
fetch: warn about forced updates in branch listing
[thirdparty/git.git] / Documentation / config / advice.txt
index ec4f6ae6585bac4b107134e52f544d53c24cdf86..1f1e847fb4288ad5f9847b3b8f5aa09c3bfaae24 100644 (file)
@@ -4,6 +4,10 @@ advice.*::
        can tell Git that you do not need help by setting these to 'false':
 +
 --
+       fetchShowForcedUpdates::
+               Advice shown when linkgit:git-fetch[1] takes a long time
+               to calculate forced updates after ref updates, or to warn
+               that the check is disabled.
        pushUpdateRejected::
                Set this variable to 'false' if you want to disable
                'pushNonFFCurrent',