Files
git/builtin
Ramkumar Ramachandra 755b65dac0 revert: allow mixed pick and revert instructions
Parse the instruction sheet in '.git/sequencer/todo' as a list of
(action, operand) pairs, instead of assuming that all instructions use
the same action.  Now you can do:

  pick fdc0b12 picked
  revert 965fed4 anotherpick

For cherry-pick and revert, this means that a 'git cherry-pick
--continue' can continue an ongoing revert operation and viceversa.
This patch lays the foundation for extending the parser to support
more actions so 'git rebase -i' can reuse this machinery in the
future.  While at it, also improve the error messages reported by the
insn sheet parser.

Helped-by: Jonathan Nieder <jrnider@gmail.com>
Acked-by: Jonathan Nieder <jrnider@gmail.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-10-23 21:26:51 -07:00
..
2011-10-13 19:03:23 -07:00
2011-10-05 12:36:23 -07:00
2011-06-20 14:27:36 -07:00
2011-08-28 21:20:28 -07:00
2011-10-17 21:37:12 -07:00
2011-09-12 11:43:58 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-10-06 13:54:32 -07:00
2011-10-03 11:55:57 -07:00
2011-10-05 12:36:20 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 11:43:27 -07:00
2011-03-22 10:16:54 -07:00
2011-10-10 15:56:17 -07:00
2011-09-01 15:46:13 -07:00
2011-03-09 23:52:56 -08:00
2011-05-31 12:19:11 -07:00
2011-10-10 15:56:18 -07:00
2011-03-22 10:16:54 -07:00
2011-08-25 14:42:11 -07:00
2011-03-22 10:16:54 -07:00