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