diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-01-02 16:26:38 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-01-09 14:57:29 -0800 |
| commit | 25c4366782ea941baad3b09d4b9ef63996f1e3b1 (patch) | |
| tree | 0e4b75ea0dff610a1da8ed512d3fe76d0b0dbc89 /git-commit-script | |
| parent | 845839575d37da825746816b24376c7799ef1105 (diff) | |
sequencer (rebase -i): implement the 'noop' command
The 'noop' command is probably the most boring of all rebase -i commands
to support in the sequencer.
Which makes it an excellent candidate for this first stab to add support
for rebase -i's commands to the sequencer.
For the moment, let's also treat empty lines and commented-out lines as
'noop'; We will refine that handling later in this patch series.
To make it easier to identify "classes" of todo_commands (such as:
determine whether a command is pick-like, i.e. handles a single commit),
let's enforce a certain order of said commands.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-commit-script')
0 files changed, 0 insertions, 0 deletions
