Re: [PATCH v4 12/16] index-helper: kill mode

2016-04-19 Thread David Turner
On Sat, 2016-04-16 at 18:08 +0200, Ævar Arnfjörð Bjarmason wrote: > On Wed, Apr 13, 2016 at 2:33 AM, David Turner < > dtur...@twopensource.com> wrote: > > Add a new command (and command-line arg) to allow index-helpers to > > exit cleanly. > > > > This is mainly useful for tests. > > Both --kill

Re: [PATCH v4 12/16] index-helper: kill mode

2016-04-16 Thread Ævar Arnfjörð Bjarmason
On Wed, Apr 13, 2016 at 2:33 AM, David Turner wrote: > Add a new command (and command-line arg) to allow index-helpers to > exit cleanly. > > This is mainly useful for tests. Both --kill and --autorun are missing documentation in Documentation/git-index-helper.txt. -- To unsubscribe from this lis

[PATCH v4 12/16] index-helper: kill mode

2016-04-12 Thread David Turner
Add a new command (and command-line arg) to allow index-helpers to exit cleanly. This is mainly useful for tests. Signed-off-by: David Turner --- index-helper.c | 31 ++- t/t7900-index-helper.sh | 12 2 files changed, 42 insertions(+), 1 deletio