Code

Do not fall back on vi on dumb terminals.
authorJunio C Hamano <junkio@cox.net>
Sun, 5 Feb 2006 06:10:32 +0000 (22:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Feb 2006 06:16:22 +0000 (22:16 -0800)
commit7334f06ce6c53e161d1c183a5f93a23992b3c440
tree314f66cf104264afe21872930c1a5a63de5c8221
parent2d310d8a018ca1a8d3e4c8a52f60ae5f57f34b31
Do not fall back on vi on dumb terminals.

When TERM is set to 'dumb', do not start vi to edit the commit log
message.

Suggested by Amos Waterland.

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