diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-28 11:28:57 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-28 11:28:57 -0700 |
| commit | dd2a0d9d4f2d02d618b34c6155bc7f47a130fa61 (patch) | |
| tree | b4f1fd9fab398a5572e0a19e07eec6b9dca61678 /Documentation | |
| parent | Merge branch 'je/doc-rebase' (diff) | |
| parent | progress: pay attention to (customized) delay time (diff) | |
| download | git-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.adoc | 2 |
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`. |
