Re: [PATCH 4/4] p7000: add test for filter-branch with --prune-empty

2017-03-03 Thread Devin J. Pohly
On Fri, Mar 03, 2017 at 02:56:05AM -0500, Jeff King wrote: > On Thu, Feb 23, 2017 at 02:27:36AM -0600, Devin J. Pohly wrote: > > > +test_perf 'noop prune-empty' ' > > + git checkout --detach tip && > > + git filter-branch -f --prune-empty base..HEAD > > +' > > I don't mind adding this, but

Re: [PATCH 4/4] p7000: add test for filter-branch with --prune-empty

2017-03-03 Thread Jeff King
On Thu, Feb 23, 2017 at 02:27:36AM -0600, Devin J. Pohly wrote: > +test_perf 'noop prune-empty' ' > + git checkout --detach tip && > + git filter-branch -f --prune-empty base..HEAD > +' I don't mind adding this, but of curiosity, does it show anything interesting? -Peff

[PATCH 4/4] p7000: add test for filter-branch with --prune-empty

2017-02-23 Thread Devin J. Pohly
Signed-off-by: Devin J. Pohly --- t/perf/p7000-filter-branch.sh | 5 + 1 file changed, 5 insertions(+) diff --git a/t/perf/p7000-filter-branch.sh b/t/perf/p7000-filter-branch.sh index 15ee5d1d5..b029586cc 100755 --- a/t/perf/p7000-filter-branch.sh +++