]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/progress-delay-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Aug 2025 18:28:57 +0000 (11:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Aug 2025 18:28:57 +0000 (11:28 -0700)
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


Trivial merge