Re: [PATCH 07/22] sequencer: future-proof read_populate_todo()

2016-08-30 Thread Johannes Schindelin
Hi Kuba, On Tue, 30 Aug 2016, Jakub Narębski wrote: > W dniu 29.08.2016 o 10:04, Johannes Schindelin pisze: > > > Over the next commits, we will work on improving the sequencer to the > > point where it can process the edit script of an interactive rebase. To > > that end, we will need to teach

Re: [PATCH 07/22] sequencer: future-proof read_populate_todo()

2016-08-30 Thread Jakub Narębski
W dniu 29.08.2016 o 10:04, Johannes Schindelin pisze: > Over the next commits, we will work on improving the sequencer to the > point where it can process the edit script of an interactive rebase. To > that end, we will need to teach the sequencer to read interactive > rebase's todo file. In prepa

[PATCH 07/22] sequencer: future-proof read_populate_todo()

2016-08-29 Thread Johannes Schindelin
Over the next commits, we will work on improving the sequencer to the point where it can process the edit script of an interactive rebase. To that end, we will need to teach the sequencer to read interactive rebase's todo file. In preparation, we consolidate all places where that todo file is neede