Re: [PATCH] add test for 'git rebase --keep-empty'

2012-08-08 Thread Neil Horman
On Wed, Aug 08, 2012 at 09:48:18AM -0700, Martin von Zweigbergk wrote: > Signed-off-by: Martin von Zweigbergk > --- > > While trying to use patch-id instead of > --ignore-if-in-upstream/--cherry-pick/cherry/etc, I noticed that > patch-id ignores empty patches and I was surprised that tests still

[PATCH] add test for 'git rebase --keep-empty'

2012-08-08 Thread Martin von Zweigbergk
Signed-off-by: Martin von Zweigbergk --- While trying to use patch-id instead of --ignore-if-in-upstream/--cherry-pick/cherry/etc, I noticed that patch-id ignores empty patches and I was surprised that tests still pass. This test case would be useful to protect --keep-empty. t/t3401-rebase-part