diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-10 13:11:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-10 13:11:43 -0800 |
commit | 41dac79c2f49f9ea1c808f0f208bde9aa4ed91cb (patch) | |
tree | 0613e1a536b7af6ed7bf9d108ae3d7ea25976154 /Documentation | |
parent | Merge branch 'jt/clone-recursesub-ref-advise' (diff) | |
parent | commit-graph: use start_delayed_progress() (diff) | |
download | tgif-41dac79c2f49f9ea1c808f0f208bde9aa4ed91cb.tar.xz |
Merge branch 'ds/commit-graph-delay-gen-progress'
One kind of progress messages were always given during commit-graph
generation, instead of following the "if it takes more than two
seconds, show progress" pattern, which has been corrected.
* ds/commit-graph-delay-gen-progress:
commit-graph: use start_delayed_progress()
progress: create GIT_PROGRESS_DELAY
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index f297883213..b1597ac002 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -544,6 +544,10 @@ other a pager. See also the `core.pager` option in linkgit:git-config[1]. +`GIT_PROGRESS_DELAY`:: + A number controlling how many seconds to delay before showing + optional progress indicators. Defaults to 2. + `GIT_EDITOR`:: This environment variable overrides `$EDITOR` and `$VISUAL`. It is used by several Git commands when, on interactive mode, |