Re: [PATCH] path: document path functions

2017-12-20 Thread Eric Sunshine
On Wed, Dec 13, 2017 at 1:28 PM, Brandon Williams wrote: > As promised here is an update to the documentation for the path generating > functions. Thanks for working on this. Aside from the review comments by Junio[1], see a few more below. Although I had some familiarity with the non-repo versio

Re: [PATCH] path: document path functions

2017-12-13 Thread Junio C Hamano
Brandon Williams writes: > Signed-off-by: Brandon Williams > --- > > As promised here is an update to the documentation for the path generating > functions. > > path.h | 133 > ++--- > 1 file changed, 112 insertions(+), 21 deletions(-

[PATCH] path: document path functions

2017-12-13 Thread Brandon Williams
Signed-off-by: Brandon Williams --- As promised here is an update to the documentation for the path generating functions. path.h | 133 ++--- 1 file changed, 112 insertions(+), 21 deletions(-) diff --git a/path.h b/path.h index 954162