Re: [PATCH v9 03/19] index-helper: new daemon for caching index and related stuff

2016-05-10 Thread David Turner
Will do, thanks. On Tue, 2016-05-10 at 12:13 +0200, SZEDER Gábor wrote: > This patch adds a new plumbing command, which then will show up in > completion after 'git '. Could you please squash in this > oneliner to exclude index-helper from porcelain commands in the > completion script? > > > --

Re: [PATCH v9 03/19] index-helper: new daemon for caching index and related stuff

2016-05-10 Thread Duy Nguyen
On Tue, May 10, 2016 at 6:12 PM, SZEDER Gábor wrote: > > Quoting Duy Nguyen : > >> This reminds me, we need to update command-list.txt as well. I guess >> it belongs to purehelpers? Back to the patch.. >> >> On Tue, May 10, 2016 at 5:13 PM, SZEDER Gábor wrote: >>> >>> This patch adds a new plumbi

Re: [PATCH v9 03/19] index-helper: new daemon for caching index and related stuff

2016-05-10 Thread SZEDER Gábor
Quoting Duy Nguyen : This reminds me, we need to update command-list.txt as well. I guess it belongs to purehelpers? Back to the patch.. On Tue, May 10, 2016 at 5:13 PM, SZEDER Gábor wrote: This patch adds a new plumbing command, which then will show up in completion after 'git '. Could you

Re: [PATCH v9 03/19] index-helper: new daemon for caching index and related stuff

2016-05-10 Thread Duy Nguyen
This reminds me, we need to update command-list.txt as well. I guess it belongs to purehelpers? Back to the patch.. On Tue, May 10, 2016 at 5:13 PM, SZEDER Gábor wrote: > This patch adds a new plumbing command, which then will show up in > completion after 'git '. Could you please squash in this

Re: [PATCH v9 03/19] index-helper: new daemon for caching index and related stuff

2016-05-10 Thread SZEDER Gábor
This patch adds a new plumbing command, which then will show up in completion after 'git '. Could you please squash in this oneliner to exclude index-helper from porcelain commands in the completion script? --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) diff -

[PATCH v9 03/19] index-helper: new daemon for caching index and related stuff

2016-05-09 Thread David Turner
From: Nguyễn Thái Ngọc Duy Instead of reading the index from disk and worrying about disk corruption, the index is cached in memory (memory bit-flips happen too, but hopefully less often). The result is faster read. Read time is reduced by 70%. The biggest gain is not having to verify the traili