We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0faae38 + 1aa5063 commit 87b0875Copy full SHA for 87b0875
t/perf/p5332-multi-pack-reuse.sh
@@ -58,7 +58,7 @@ do
58
'
59
60
test_expect_success "setup bitmaps for $nr_packs-pack scenario" '
61
- find $packdir -type f -name "*.idx" | sed -e "s/.*\/\(.*\)$/+\1/g" |
+ find $packdir -type f -name "*.idx" | sed -e "s/.*\///" |
62
git multi-pack-index write --stdin-packs --bitmap \
63
--preferred-pack="$(find_pack $(git rev-parse HEAD))"
64
0 commit comments