Re: [PATCH 2/2] commit: disable status hints when writing to COMMIT_EDITMSG

2013-09-11 Thread Eric Sunshine
On Wed, Sep 11, 2013 at 5:08 AM, Matthieu Moy wrote: > Most status hints were written to be accurate when running "git status" > before running a commit. Many of them are not applicable when the commit > has already been started, and should not be shown in COMMIT_EDITMSG. The > most obvious are hi

[PATCH 2/2] commit: disable status hints when writing to COMMIT_EDITMSG

2013-09-11 Thread Matthieu Moy
This turns the template COMMIT_EDITMSG from e.g # [...] # Changes to be committed: # (use "git reset HEAD ..." to unstage) # # modified: builtin/commit.c # # Untracked files: # (use "git add ..." to include in what will be committed) # # t/foo # to # [...]