On Wed, Sep 11, 2013 at 5:08 AM, Matthieu Moy <Matthieu.Moy@xxxxxxx> 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 hints advising to run "git commit", > "git rebase/am/cherry-pick --continue", which do not make sense when the > command has already been ran. s/ran/run/ > Other messages become slightly inaccurate (e.g. hint to use "git add" to > add untracked files), as the suggested commands are not immediately > applicable during the edition of COMMIT_EDITMSG, but would be applicable s/edition/editing/ > if the commit is aborted. These messages are both potentially helpful and > slightly misleading. This patch chose to remove them too, to avoid > introducing too much complexity in the status code. > > Signed-off-by: Matthieu Moy <Matthieu.Moy@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html