Re: [PATCH v2] Fix spelling of "occurred"

2016-06-10 Thread Peter Colberg
On Fri, Jun 10, 2016 at 02:15:58PM -0700, Junio C Hamano wrote: > For this one, I am tempted to say that it may be better to remove > the verb altogether, which would lead to a more concise error > message. Thanks, I will send [PATCH v3] when the next release cycle begins. Peter -- To

[PATCH v2] Fix spelling of "occurred"

2016-06-10 Thread Peter Colberg
Signed-off-by: Peter Colberg <pe...@colberg.org> --- config.c | 2 +- refs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.c b/config.c index f51c56b..d7ce34b 100644 --- a/config.c +++ b/config.c @@ -1281,7 +1281,7 @@ static void git_config_raw(config_f

[PATCH] Fix spelling of "occurred"

2016-06-10 Thread Peter Colberg
Signed-off-by: Peter Colberg <pe...@colberg.org> --- config.c| 2 +- po/bg.po| 2 +- po/ca.po| 2 +- po/de.po| 2 +- po/fr.po| 2 +- po/git.pot | 2 +- po/ko.po| 2 +- po/pt_PT.po | 2 +- po/ru.po| 2 +- po/sv.po| 2 +- po/vi.po| 2 +- po/zh_CN.

Re: Git Perl module not installed to --prefix

2012-09-13 Thread Peter Colberg
On Thu, Sep 13, 2012 at 02:30:19PM -0400, Peter Colberg wrote: I have trouble installing the Git Perl module to the correct installation prefix, which is required for git send-email. The problem is reproducible with the following commands: ./configure --prefix=/home/peter/usr/rhel6