honor GIT_REFLOG_ACTION in git-commit
commit23913dc713a4f5b5228258919769ff1ab0a74a2b
authorJunio C Hamano <junkio@cox.net>
Sat, 20 Jan 2007 01:12:11 +0000 (19 17:12 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 3 Feb 2007 23:17:49 +0000 (3 15:17 -0800)
tree2ab9a508f4c3ca1ec5806921349f32373526edcd
parent5f856dd47dacb30fb9f605b4b7e1fa577ada7d26
honor GIT_REFLOG_ACTION in git-commit

This allows git-cherry-pick and git-revert to properly identify
themselves in the resulting reflog entries.  Earlier they were
recorded as what git-commit has done.

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