Browse Source

p7000: add test for filter-branch with --prune-empty

Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Devin J. Pohly 8 years ago committed by Junio C Hamano
parent
commit
32da7467eb
  1. 5
      t/perf/p7000-filter-branch.sh

5
t/perf/p7000-filter-branch.sh

@ -16,4 +16,9 @@ test_perf 'noop filter' ' @@ -16,4 +16,9 @@ test_perf 'noop filter' '
git filter-branch -f base..HEAD
'

test_perf 'noop prune-empty' '
git checkout --detach tip &&
git filter-branch -f --prune-empty base..HEAD
'

test_done

Loading…
Cancel
Save