Re: [PATCH 01/13] Use 'Git' in help messages

2013-02-26 Thread Philip Oakley
From: Philip Oakley philipoak...@iee.org Sent: Sunday, February 24, 2013 9:50 PM From: Junio C Hamano gits...@pobox.com Sent: Sunday, February 24, 2013 8:59 AM David Aguilar dav...@gmail.com writes: This is referring to git the command, not git the system, so it should not be changed

Re: [PATCH 01/13] Use 'Git' in help messages

2013-02-24 Thread Junio C Hamano
David Aguilar dav...@gmail.com writes: This is referring to git the command, not git the system, so it should not be changed according to the rule that was applied when many git strings were changed to Git. That sounds like a sensible objection. There are scripts, etc. in the wild that

Re: [PATCH 01/13] Use 'Git' in help messages

2013-02-24 Thread Philip Oakley
From: Junio C Hamano gits...@pobox.com Sent: Sunday, February 24, 2013 8:59 AM David Aguilar dav...@gmail.com writes: This is referring to git the command, not git the system, so it should not be changed according to the rule that was applied when many git strings were changed to Git. That

Re: [PATCH 01/13] Use 'Git' in help messages

2013-02-24 Thread David Aguilar
On Sun, Feb 24, 2013 at 12:59 AM, Junio C Hamano gits...@pobox.com wrote: David Aguilar dav...@gmail.com writes: This is referring to git the command, not git the system, so it should not be changed according to the rule that was applied when many git strings were changed to Git. That

[PATCH 01/13] Use 'Git' in help messages

2013-02-23 Thread Philip Oakley
Signed-off-by: Philip Oakley philipoak...@iee.org --- help.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/help.c b/help.c index 1dfa0b0..1c0e17d 100644 --- a/help.c +++ b/help.c @@ -209,14 +209,14 @@ void list_commands(unsigned int colopts, { if

Re: [PATCH 01/13] Use 'Git' in help messages

2013-02-23 Thread David Aguilar
On Sat, Feb 23, 2013 at 3:05 PM, Philip Oakley philipoak...@iee.org wrote: Signed-off-by: Philip Oakley philipoak...@iee.org --- help.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/help.c b/help.c index 1dfa0b0..1c0e17d 100644 --- a/help.c +++ b/help.c

Re: [PATCH 01/13] Use 'Git' in help messages

2013-02-23 Thread Philip Oakley
On 23/02/13 23:41, David Aguilar wrote: On Sat, Feb 23, 2013 at 3:05 PM, Philip Oakley philipoak...@iee.org wrote: Signed-off-by: Philip Oakley philipoak...@iee.org --- help.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/help.c b/help.c index