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
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
# [...]
2 matches
Mail list logo