Re: [PATCH v2] rebase: move state_dir to tmp prior to deletion

2019-01-26 Thread Alban Gruin
Hi Ben, Le 26/01/2019 à 11:16, Ben Woosley a écrit : > From: Ben Woosley > > To avoid partial deletion / zombie rebases. > > Example behavior under partial deletion, after > Ctrl-Cing out of a standard rebase: > > $ git rebase target > First, rewinding head to replay your work on top o

[PATCH v2] rebase: move state_dir to tmp prior to deletion

2019-01-26 Thread Ben Woosley
From: Ben Woosley To avoid partial deletion / zombie rebases. Example behavior under partial deletion, after Ctrl-Cing out of a standard rebase: $ git rebase target First, rewinding head to replay your work on top of it... Applying: [...] ^C $ git status rebase in progre