Re: [PATCH 1/6] sequencer: extract helper to update active_cache_tree

2018-04-28 Thread Stefan Beller
Hi Johannes, On Fri, Apr 27, 2018 at 3:30 PM, Johannes Schindelin wrote: > This patch extracts the code from is_index_unchanged() to initialize or > update the index' cache tree (i.e. a tree object reflecting the current > index' top-level tree). > > The new helper will be used in the upcoming co

[PATCH 1/6] sequencer: extract helper to update active_cache_tree

2018-04-27 Thread Johannes Schindelin
This patch extracts the code from is_index_unchanged() to initialize or update the index' cache tree (i.e. a tree object reflecting the current index' top-level tree). The new helper will be used in the upcoming code to support `git rebase -i --root` via the sequencer. Signed-off-by: Johannes Sch