Skip to content

Commit 32da746

Browse files
djpohlygitster
authored andcommitted
p7000: add test for filter-branch with --prune-empty
Signed-off-by: Devin J. Pohly <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a582a82 commit 32da746

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

t/perf/p7000-filter-branch.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ test_perf 'noop filter' '
1616
git filter-branch -f base..HEAD
1717
'
1818

19+
test_perf 'noop prune-empty' '
20+
git checkout --detach tip &&
21+
git filter-branch -f --prune-empty base..HEAD
22+
'
23+
1924
test_done

0 commit comments

Comments
 (0)