aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-08-28 11:28:57 -0700
committerJunio C Hamano <gitster@pobox.com>2025-08-28 11:28:57 -0700
commitdd2a0d9d4f2d02d618b34c6155bc7f47a130fa61 (patch)
treeb4f1fd9fab398a5572e0a19e07eec6b9dca61678 /Documentation
parentMerge branch 'je/doc-rebase' (diff)
parentprogress: pay attention to (customized) delay time (diff)
downloadgit-dd2a0d9d4f2d02d618b34c6155bc7f47a130fa61.tar.gz
git-dd2a0d9d4f2d02d618b34c6155bc7f47a130fa61.zip
Merge branch 'js/progress-delay-fix'
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 743b7b00e4..03e9e69d25 100644
--- a/Documentation/git.adoc
+++ b/Documentation/git.adoc
@@ -684,7 +684,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`.