coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] maint: choose editor for our commit-msg git hook the sam


From: Bernhard Voelker
Subject: Re: [PATCH 2/2] maint: choose editor for our commit-msg git hook the same way git does
Date: Sat, 16 Feb 2013 11:31:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

Hi Stefano,

On 02/16/2013 07:16 AM, Stefano Lattarini wrote:
> Hi Bernhard.
> 
> On 02/15/2013 04:54 PM, Bernhard Voelker wrote:
>> Strange, when I provoke a 2nd re_edit() by giving a bad commit
>> message, then "Vim" is used as $editor instead my $GIT_EDITOR
>> (which has been successfully used in the first place).
>>
> Have you re-run ./bootstrap to cause the updated hook to be
> installed in .git/hooks?

I only updated .git/hooks/commit-msg without any "make" or
"bootstrap". And this is what I did:

  In an xterm:

  $ ls >> src/df.c
  $ git add src/df.c
  $ git commit

  Then my $GIT_EDITOR opens as expected.

  I enter "hello world." as commit message and quit.

  ==> Then, vi is started in that xterm with the complaint
      line at the top to fix the commit message.

After that, my xterm is totally messed up and only "reset"
helps.

Hmm, may it's my git version?

  $ git --version
  git version 1.7.7

Thank you & have a nice day,
Berny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]