Re: [RFC PATCH 5/7] autostash: extract perform_autostash() from rebase

2019-10-21 Thread Johannes Schindelin
Hi Denton, On Wed, 16 Oct 2019, Denton Liu wrote: > Continue the process of lib-ifying the autostash code. In a future > commit, this will be used to implement `--autostash` in other builtins. > > This patch is best viewed with `--color-moved` and > `--color-moved-ws=allow-indentation-change`. >

[RFC PATCH 5/7] autostash: extract perform_autostash() from rebase

2019-10-16 Thread Denton Liu
Continue the process of lib-ifying the autostash code. In a future commit, this will be used to implement `--autostash` in other builtins. This patch is best viewed with `--color-moved` and `--color-moved-ws=allow-indentation-change`. Signed-off-by: Denton Liu --- autostash.c | 46