Well, when you write git commit
you normally have to edit a commit message.
And as a reminder there are a lot of # lines, which will show you what will get committed (renamed, new, modified) and what will be ignored. I think that this feature is very useful - but I don't want to see it in my commit message, later.
Example:
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
# (use "git reset HEAD ..." to unstage)
#
# modified: file_a.doc
# deleted: file_b.jpg
#
# Untracked files:
# (use "git add ..." to include in what will be committed)
#
# directory/
I think that's the whole reason for the # lines.