Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-02 Thread Jeff King
On Thu, Jun 01, 2017 at 02:13:10PM -0700, Stefan Beller wrote: > > > >> $ git am /tmp/original_msg.txt > >> Applying: fsmonitor: add documentation for the fsmonitor extension. > >> error: patch failed: Documentation/githooks.txt:448 > >> error: Documentation/githooks.txt:

Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Junio C Hamano
Ben Peart writes: > Changes from V3 include: > - update test script based on feedback > - update template hook proc with better post-processing code and make >it executable I take it that the first three patches are the same as before, so is the "add documentation" one

Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Ben Peart
Any chance you can provide me with a bash script that contains the exact sequence of commands you are running to get this result? I've been trying to replicate it using your notes but have not been able to. I'd like to see if it is a repo difference, a platform difference, a command sequence

Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Ævar Arnfjörð Bjarmason
On Thu, Jun 1, 2017 at 10:51 PM, Ævar Arnfjörð Bjarmason wrote: > On Thu, Jun 1, 2017 at 5:50 PM, Ben Peart wrote: >> Changes from V3 include: >> - update test script based on feedback >> - update template hook proc with better post-processing code and

Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Stefan Beller
> >> $ git am /tmp/original_msg.txt >> Applying: fsmonitor: add documentation for the fsmonitor extension. >> error: patch failed: Documentation/githooks.txt:448 >> error: Documentation/githooks.txt: patch does not apply >> Patch failed at 0001 fsmonitor: add documentation

Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Ævar Arnfjörð Bjarmason
On Thu, Jun 1, 2017 at 11:06 PM, Ben Peart wrote: > On 6/1/2017 3:57 PM, Ævar Arnfjörð Bjarmason wrote: >> >> On Thu, Jun 1, 2017 at 5:50 PM, Ben Peart wrote: >>> >>> Changes from V3 include: >>> - update test script based on feedback >>> - update

Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Ben Peart
On 6/1/2017 3:57 PM, Ævar Arnfjörð Bjarmason wrote: On Thu, Jun 1, 2017 at 5:50 PM, Ben Peart wrote: Changes from V3 include: - update test script based on feedback - update template hook proc with better post-processing code and make it executable Thanks,

Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Ævar Arnfjörð Bjarmason
On Thu, Jun 1, 2017 at 5:50 PM, Ben Peart wrote: > Changes from V3 include: > - update test script based on feedback > - update template hook proc with better post-processing code and make >it executable I have watchman running finally, so aside from issues applying

Re: [PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Ævar Arnfjörð Bjarmason
On Thu, Jun 1, 2017 at 5:50 PM, Ben Peart wrote: > Changes from V3 include: > - update test script based on feedback > - update template hook proc with better post-processing code and make >it executable Thanks, exciting stuff, do you have this pushed somewhere? I

[PATCH v4 0/6] Fast git status via a file system watcher

2017-06-01 Thread Ben Peart
Changes from V3 include: - update test script based on feedback - update template hook proc with better post-processing code and make it executable Ben Peart (6): bswap: add 64 bit endianness helper get_be64 dir: make lookup_untracked() available outside of dir.c fsmonitor: teach git