Re: [PATCH v8 08/12] fsmonitor: add a test tool to dump the index extension

2017-09-23 Thread Junio C Hamano
Ben Peart writes: >> You forget to add the new binary to .gitignore. (In patch 12/12, you >> introduce >> test-drop-caches, which you _do_ add to .gitignore.) >> > > Oops. Thanks! Hopefully Junio can squash this in... OK, will do.

RE: [PATCH v8 08/12] fsmonitor: add a test tool to dump the index extension

2017-09-23 Thread Ben Peart
n ; Nguyễn Thái Ngọc Duy > ; Jeff King > Subject: Re: [PATCH v8 08/12] fsmonitor: add a test tool to dump the index > extension > > On 22 September 2017 at 18:35, Ben Peart > wrote: > > Add a test utility (test-dump-fsmonitor) that will dump the fsmonitor >

Re: [PATCH v8 08/12] fsmonitor: add a test tool to dump the index extension

2017-09-22 Thread Martin Ågren
On 22 September 2017 at 18:35, Ben Peart wrote: > Add a test utility (test-dump-fsmonitor) that will dump the fsmonitor > index extension. > > Signed-off-by: Ben Peart > --- > Makefile | 1 + > t/helper/test-dump-fsmonitor.c | 21 + > 2 files changed, 2

[PATCH v8 08/12] fsmonitor: add a test tool to dump the index extension

2017-09-22 Thread Ben Peart
Add a test utility (test-dump-fsmonitor) that will dump the fsmonitor index extension. Signed-off-by: Ben Peart --- Makefile | 1 + t/helper/test-dump-fsmonitor.c | 21 + 2 files changed, 22 insertions(+) create mode 100644 t/helper/test-dump-fsmonitor