git commit: Allow editing on all occasions.
authorJunio C Hamano <junkio@cox.net>
Tue, 30 Aug 2005 04:25:19 +0000 (21:25 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 Aug 2005 04:25:19 +0000 (21:25 -0700)
commitbc4af68a1a876a9eb6ff030b88b76a90fd09a9ea
treeee5c1ec36e5e92528ad646773056d0654703bfa2
parent9fa4db544e2e4d6c931f6adabc5270daec041536
git commit: Allow editing on all occasions.

Sometimes it may be handy to be able to edit messages that come
from somewhere other than an existing commit.

This makes 'git commit -F <file> -e' to start editor with the initial
log message contents taken from <file>.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit-script