Re: [PATCH 05/13] Help.c: add list_common_guides_help() function

2013-02-25 Thread Junio C Hamano
Philip Oakley writes: >>> The first comment line fortells of patch 6 which can generate this .h >>> file. >> >> The Huh? was about that one, not about reuse. I do not want to see >> a build artifact kept in the history without a good reason. >> > I'd copied it from generate-cmdlist.sh which is a

Re: [PATCH 05/13] Help.c: add list_common_guides_help() function

2013-02-25 Thread Philip Oakley
On 25/02/13 05:24, Junio C Hamano wrote: "Philip Oakley" writes: From: "Junio C Hamano" Sent: Sunday, February 24, 2013 9:01 AM Philip Oakley writes: diff --git a/common-guides.h b/common-guides.h new file mode 100644 index 000..a8ad8d1 --- /dev/null +++ b/common-guides.h @@ -0,0 +1,1

Re: [PATCH 05/13] Help.c: add list_common_guides_help() function

2013-02-24 Thread Junio C Hamano
"Philip Oakley" writes: > From: "Junio C Hamano" > Sent: Sunday, February 24, 2013 9:01 AM >> Philip Oakley writes: >> >>> diff --git a/common-guides.h b/common-guides.h >>> new file mode 100644 >>> index 000..a8ad8d1 >>> --- /dev/null >>> +++ b/common-guides.h >>> @@ -0,0 +1,12 @@ >>> +/*

Re: [PATCH 05/13] Help.c: add list_common_guides_help() function

2013-02-24 Thread Philip Oakley
From: "Junio C Hamano" Sent: Sunday, February 24, 2013 9:01 AM Philip Oakley writes: diff --git a/common-guides.h b/common-guides.h new file mode 100644 index 000..a8ad8d1 --- /dev/null +++ b/common-guides.h @@ -0,0 +1,12 @@ +/* Automatically generated by ./generate-guidelist.sh */ +/* re

Re: [PATCH 05/13] Help.c: add list_common_guides_help() function

2013-02-24 Thread Junio C Hamano
Philip Oakley writes: > diff --git a/common-guides.h b/common-guides.h > new file mode 100644 > index 000..a8ad8d1 > --- /dev/null > +++ b/common-guides.h > @@ -0,0 +1,12 @@ > +/* Automatically generated by ./generate-guidelist.sh */ > +/* re-use struct cmdname_help in common-commands.h */ H