author | Junio C Hamano <junkio@cox.net> | |
Tue, 30 Aug 2005 04:25:19 +0000 (21:25 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 30 Aug 2005 04:25:19 +0000 (21:25 -0700) | ||
commit | bc4af68a1a876a9eb6ff030b88b76a90fd09a9ea | |
tree | ee5c1ec36e5e92528ad646773056d0654703bfa2 | tree | snapshot |
parent | 9fa4db544e2e4d6c931f6adabc5270daec041536 | commit | diff |
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>
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 | diff | blob | history |