]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: future-proof remove_sequencer_state()
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 14 Oct 2016 13:17:20 +0000 (15:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2016 18:52:23 +0000 (11:52 -0700)
commit285abf561aa410b3a9dfb2887e42fcdc4c461971
tree34f77fdb1c2a72c32bc49b0086a66471de591842
parent5adf9bdc1b6a1626e6dcafb5a63757cf834c8b94
sequencer: future-proof remove_sequencer_state()

In a couple of commits, we will teach the sequencer to handle the
nitty gritty of the interactive rebase, which keeps its state in a
different directory.

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