Re: [PATCH] setup.c: make check_filename() return 0 on ENAMETOOLONG

2016-02-07 Thread Johannes Schindelin
Hi Duy, On Sun, 7 Feb 2016, Nguyễn Thái Ngọc Duy wrote: > Noticed-by: Ole Tange > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > On Sun, Feb 7, 2016 at 4:56 AM, Ole Tange wrote: > > If file name too long it should just try to see if it is a reference > > to a revision. > > Looks easy enough

[PATCH] setup.c: make check_filename() return 0 on ENAMETOOLONG

2016-02-06 Thread Nguyễn Thái Ngọc Duy
Noticed-by: Ole Tange Signed-off-by: Nguyễn Thái Ngọc Duy --- On Sun, Feb 7, 2016 at 4:56 AM, Ole Tange wrote: > If file name too long it should just try to see if it is a reference > to a revision. Looks easy enough to fix. setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d