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 caa227f + fe6f2b0 commit d1311beCopy full SHA for d1311be
t/t5304-prune.sh
@@ -341,4 +341,12 @@ test_expect_success 'prune: handle expire option correctly' '
341
git prune --no-expire
342
'
343
344
+test_expect_success 'trivial prune with bitmaps enabled' '
345
+ git repack -adb &&
346
+ blob=$(echo bitmap-unreachable-blob | git hash-object -w --stdin) &&
347
+ git prune --expire=now &&
348
+ git cat-file -e HEAD &&
349
+ test_must_fail git cat-file -e $blob
350
+'
351
+
352
test_done
0 commit comments