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?
>
>
> --
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
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
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
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 -
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
6 matches
Mail list logo