[PATCH 20/24] update-index: test the system before enabling untracked cache

2015-03-08 Thread Nguyễn Thái Ngọc Duy
Helped-by: Eric Sunshine Helped-by: Junio C Hamano Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- Documentation/git-update-index.txt | 6 ++ builtin/update-index.c | 168 + 2 files changed, 174 insertions(+) diff --git a

[PATCH 20/24] update-index: test the system before enabling untracked cache

2015-02-08 Thread Nguyễn Thái Ngọc Duy
Helped-by: Eric Sunshine Helped-by: Junio C Hamano Signed-off-by: Nguyễn Thái Ngọc Duy --- Documentation/git-update-index.txt | 6 ++ builtin/update-index.c | 168 + 2 files changed, 174 insertions(+) diff --git a/Documentation/git-update-index

Re: [PATCH 20/24] update-index: test the system before enabling untracked cache

2015-01-23 Thread Duy Nguyen
On Fri, Jan 23, 2015 at 1:49 AM, Junio C Hamano wrote: > I am not (yet) enthused by the intrusiveness of the overall series, though. I think the gain justifies the series' complexity. Although I don't mind redoing the whole series if we find a better way. -- Duy -- To unsubscribe from this list:

Re: [PATCH 20/24] update-index: test the system before enabling untracked cache

2015-01-22 Thread Junio C Hamano
Duy Nguyen writes: > On Wed, Jan 21, 2015 at 10:51:02AM -0800, Junio C Hamano wrote: >> >> It appears that this hijacks a fixed name dir-mtime-test at the root >> >> level of every project managed by Git. Is that intended? >> > >> > I did think about filename clash, but I chose a fixed name anyw

Re: [PATCH 20/24] update-index: test the system before enabling untracked cache

2015-01-22 Thread Duy Nguyen
On Wed, Jan 21, 2015 at 10:51:02AM -0800, Junio C Hamano wrote: > >> It appears that this hijacks a fixed name dir-mtime-test at the root > >> level of every project managed by Git. Is that intended? > > > > I did think about filename clash, but I chose a fixed name anyway for > > simplicity, othe

Re: [PATCH 20/24] update-index: test the system before enabling untracked cache

2015-01-21 Thread Junio C Hamano
Duy Nguyen writes: > On Wed, Jan 21, 2015 at 3:32 PM, Junio C Hamano wrote: >> Nguyễn Thái Ngọc Duy writes: >> >>> Helped-by: Eric Sunshine >>> Signed-off-by: Nguyễn Thái Ngọc Duy >>> Signed-off-by: Junio C Hamano >>> --- >> >> It appears that this hijacks a fixed name dir-mtime-test at the

Re: [PATCH 20/24] update-index: test the system before enabling untracked cache

2015-01-21 Thread Duy Nguyen
On Wed, Jan 21, 2015 at 3:32 PM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> Helped-by: Eric Sunshine >> Signed-off-by: Nguyễn Thái Ngọc Duy >> Signed-off-by: Junio C Hamano >> --- > > It appears that this hijacks a fixed name dir-mtime-test at the root > level of every project

Re: [PATCH 20/24] update-index: test the system before enabling untracked cache

2015-01-21 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > Helped-by: Eric Sunshine > Signed-off-by: Nguyễn Thái Ngọc Duy > Signed-off-by: Junio C Hamano > --- It appears that this hijacks a fixed name dir-mtime-test at the root level of every project managed by Git. Is that intended? Shouldn't --use-untracked-cache

[PATCH 20/24] update-index: test the system before enabling untracked cache

2015-01-20 Thread Nguyễn Thái Ngọc Duy
Helped-by: Eric Sunshine Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- Documentation/git-update-index.txt | 6 ++ builtin/update-index.c | 148 + 2 files changed, 154 insertions(+) diff --git a/Documentation/git-update-i