Re: [PATCH v5 0/5] road to reentrant real_path

2017-01-09 Thread Junio C Hamano
Brandon Williams writes: > On 01/09, Junio C Hamano wrote: >> Brandon Williams writes: >> >> >> How does this relate to the 5-patch real_path: series that has been >> >> on 'next' since last year? >> > >> > The only difference should be in the first patch of the series which >> > handles the #d

Re: [PATCH v5 0/5] road to reentrant real_path

2017-01-09 Thread Brandon Williams
On 01/09, Junio C Hamano wrote: > Brandon Williams writes: > > >> How does this relate to the 5-patch real_path: series that has been > >> on 'next' since last year? > > > > The only difference should be in the first patch of the series which > > handles the #define a bit differently due to the d

Re: [PATCH v5 0/5] road to reentrant real_path

2017-01-09 Thread Junio C Hamano
Brandon Williams writes: >> How does this relate to the 5-patch real_path: series that has been >> on 'next' since last year? > > The only difference should be in the first patch of the series which > handles the #define a bit differently due to the discussion that > happened last week. > > Here

Re: [PATCH v5 0/5] road to reentrant real_path

2017-01-09 Thread Brandon Williams
On 01/07, Junio C Hamano wrote: > Brandon Williams writes: > > > changes in v5: > > * set errno to ELOOP when MAXSYMLINKS is exceded. > > * revert to use MAXSYMLINKS instead of MAXDEPTH. > > * If the OS hasn't defined MAXSYMLINKS, use a fallback value of 32. > > > > Brandon Williams (4): > > re

Re: [PATCH v5 0/5] road to reentrant real_path

2017-01-07 Thread Junio C Hamano
Brandon Williams writes: > changes in v5: > * set errno to ELOOP when MAXSYMLINKS is exceded. > * revert to use MAXSYMLINKS instead of MAXDEPTH. > * If the OS hasn't defined MAXSYMLINKS, use a fallback value of 32. > > Brandon Williams (4): > real_path: resolve symlinks by hand > real_path: c

[PATCH v5 0/5] road to reentrant real_path

2017-01-04 Thread Brandon Williams
changes in v5: * set errno to ELOOP when MAXSYMLINKS is exceded. * revert to use MAXSYMLINKS instead of MAXDEPTH. * If the OS hasn't defined MAXSYMLINKS, use a fallback value of 32. Brandon Williams (4): real_path: resolve symlinks by hand real_path: convert real_path_internal to strbuf_realpa