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 e12fc40 + 5330e6e commit 64fe6fcCopy full SHA for 64fe6fc
t/perf/p5310-pack-bitmaps.sh
@@ -39,14 +39,14 @@ test_expect_success 'create partial bitmap state' '
39
40
# now kill off all of the refs and pretend we had
41
# just the one tip
42
- rm -rf .git/logs .git/refs/* .git/packed-refs
43
- git update-ref HEAD $cutoff
+ rm -rf .git/logs .git/refs/* .git/packed-refs &&
+ git update-ref HEAD $cutoff &&
44
45
# and then repack, which will leave us with a nice
46
# big bitmap pack of the "old" history, and all of
47
# the new history will be loose, as if it had been pushed
48
# up incrementally and exploded via unpack-objects
49
- git repack -Ad
+ git repack -Ad &&
50
51
# and now restore our original tip, as if the pushes
52
# had happened
0 commit comments