Re: [PATCH 5/6] sequencer: Expose API to cherry-picking machinery
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:47
Jonathan Nieder [off-list ref] writes:
Another thought. I wonder if it's possible to leave
sequencer_parse_args() private to builtin/revert.c, making the split
a little more logical:
- the builtin takes responsibility for its commandline interface
- the library takes over once the builtin has figured out what the
user wanted.