aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-14 13:40:53 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-14 13:40:54 -0700
commit5b57e1e926c8d909eead0826158df00695fc14ed (patch)
tree27c08a0da42c690f4bd447cb564740f9f9c88ba5 /Documentation
parent55282f50ac8ad2253a8e96c4d5a7c5613fb2ad78 (diff)
parent457534d0417d047b943f76a849f256b739894ce9 (diff)
downloadgit-5b57e1e926c8d909eead0826158df00695fc14ed.tar.gz
Merge branch 'js/progress-delay-fix' into maint-2.51
The start_delayed_progress() function in the progress eye-candy API did not clear its internal state, making an initial delay value larger than 1 second ineffective, which has been corrected. * js/progress-delay-fix: progress: pay attention to (customized) delay time
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.adoc b/Documentation/git.adoc
index a2f0838b16..ce099e78b8 100644
--- a/Documentation/git.adoc
+++ b/Documentation/git.adoc
@@ -685,7 +685,7 @@ other
`GIT_PROGRESS_DELAY`::
A number controlling how many seconds to delay before showing
- optional progress indicators. Defaults to 2.
+ optional progress indicators. Defaults to 1.
`GIT_EDITOR`::
This environment variable overrides `$EDITOR` and `$VISUAL`.