From: Junio C Hamano Date: Thu, 20 Jun 2024 22:45:14 +0000 (-0700) Subject: Merge branch 'ds/ahead-behind-fix' X-Git-Tag: v2.46.0-rc0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4ecba994c731fb23786b5ae0b6cddc13694fce1;p=thirdparty%2Fgit.git Merge branch 'ds/ahead-behind-fix' Fix for a progress bar. * ds/ahead-behind-fix: commit-graph: increment progress indicator --- e4ecba994c731fb23786b5ae0b6cddc13694fce1 diff --cc t/t6500-gc.sh index 43d40175f8,a85f6d685c..1b5909d1b7 --- a/t/t6500-gc.sh +++ b/t/t6500-gc.sh @@@ -157,8 -173,8 +157,8 @@@ test_expect_success TTY 'with TTY: gc - test_terminal env GIT_PROGRESS_DELAY=0 \ git -c gc.writeCommitGraph=true gc --no-quiet >stdout 2>stderr && test_must_be_empty stdout && - test_i18ngrep "Enumerating objects" stderr && - test_i18ngrep "Computing commit graph generation numbers: 100% (4/4), done." stderr + test_grep "Enumerating objects" stderr && - test_grep "Computing commit graph generation numbers" stderr ++ test_grep "Computing commit graph generation numbers: 100% (4/4), done." stderr ' test_expect_success 'gc --quiet' '