]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: support a new action: 'interactive rebase'
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 2 Jan 2017 15:26:28 +0000 (16:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jan 2017 22:57:29 +0000 (14:57 -0800)
commit845839575d37da825746816b24376c7799ef1105
tree9a840bd39a03bf4b9c2abecd9ed86e27ebcec49a
parent23aa51420cca7bee854f54e970206c00f3be0c86
sequencer: support a new action: 'interactive rebase'

This patch introduces a new action for the sequencer. It really does not
do a whole lot of its own right now, but lays the ground work for
patches to come. The intention, of course, is to finally make the
sequencer the work horse of the interactive rebase (the original idea
behind the "sequencer" concept).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c
sequencer.h