add tests for 'git rebase --keep-empty'
commit25428403448602a19116dc271f000a3735c6779b
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Thu, 9 Aug 2012 15:39:51 +0000 (9 08:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Aug 2012 17:10:45 +0000 (9 10:10 -0700)
tree8f7c68259557d723b0d3094c1fbcc0d972f436c2
parent2b5ba7b04631a457165531405710e8a303757b01
add tests for 'git rebase --keep-empty'

Add test cases for 'git rebase --keep-empty' with and without an
"empty" commit already in upstream. The empty commit that is about to
be rebased should be kept in both cases.

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3401-rebase-partial.sh