Re: [PATCH] fix "builtin-*" references to be "builtin/*"

2013-06-18 Thread Junio C Hamano
Phil Hord writes: > diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt > index e831cc2..2483700 100644 > --- a/Documentation/user-manual.txt > +++ b/Documentation/user-manual.txt > @@ -4256,7 +4256,7 @@ no longer need to call `setup_pager()` directly). > Nowadays, `git lo

Re: [PATCH] fix "builtin-*" references to be "builtin/*"

2013-06-18 Thread Jonathan Nieder
Hi, Phil Hord wrote: > Documentation and some comments still refer to files in builtin/ > as 'builtin-*.[cho]'. Update these to show the correct location. Yeah, good call. [...] > --- a/builtin/help.c > +++ b/builtin/help.c > @@ -1,5 +1,5 @@ > /* > - * builtin-help.c > + * builtin/help.c >

[PATCH] fix "builtin-*" references to be "builtin/*"

2013-06-18 Thread Phil Hord
Documentation and some comments still refer to files in builtin/ as 'builtin-*.[cho]'. Update these to show the correct location. Signed-off-by: Phil Hord --- Documentation/git-log.txt | 4 ++-- Documentation/technical/api-builtin.txt | 2 +- Documentation/technical/