commit 68c4d269f664e2f1f2d4a0c15910799c5fbdd529 from: Stefan Sperling via: Thomas Adam date: Mon Jan 03 22:05:13 2022 UTC simpler fix equivalent to the previous commit commit - 48b4f239031ad66225f64bd6745f4a57a35c3a0f commit + 68c4d269f664e2f1f2d4a0c15910799c5fbdd529 blob - 3e0b190072d11c5feb95bd3cb149b3635c85b9e8 blob + 62bac29f8ab8fb7946953e3905626640011f47c8 --- regress/cmdline/common.sh +++ regress/cmdline/common.sh @@ -159,7 +159,6 @@ git_commit_tree() local msg="$2" local tree="$3" (cd $repo && git commit-tree -m "$msg" "$tree") - maybe_pack_repo $repo } git_fsck()