Re: [PATCH v2 8/8] revert/cherry-pick: add --skip option

2013-05-29 Thread Ramkumar Ramachandra
Felipe Contreras wrote: Akin to 'am --skip' and 'rebase --skip'. This ranged-cherry-pick can be useful for small ranges. As pointed out by others on the list, it hemorrhages memory quite horribly (and this problem is non-trivial to fix). Perhaps we should document this in limitations or bugs

Re: [PATCH v2 8/8] revert/cherry-pick: add --skip option

2013-05-29 Thread Felipe Contreras
On Wed, May 29, 2013 at 7:27 AM, Ramkumar Ramachandra artag...@gmail.com wrote: Felipe Contreras wrote: Akin to 'am --skip' and 'rebase --skip'. This ranged-cherry-pick can be useful for small ranges. As pointed out by others on the list, it hemorrhages memory quite horribly (and this

[PATCH v2 8/8] revert/cherry-pick: add --skip option

2013-05-28 Thread Felipe Contreras
Akin to 'am --skip' and 'rebase --skip'. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- Documentation/git-cherry-pick.txt | 1 + Documentation/git-revert.txt | 1 + Documentation/sequencer.txt | 3 +++ builtin/revert.c | 6 ++ sequencer.c