Honor GIT_REFLOG_ACTION in git-rebase.
commit42ea5a5784a60d1e9280d81619779edd870c2fcc
authorShawn O. Pearce <spearce@spearce.org>
Thu, 28 Dec 2006 07:34:52 +0000 (28 02:34 -0500)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Dec 2006 09:05:45 +0000 (28 01:05 -0800)
tree3b110668991379bd647d399b4200ca6554f1d08a
parentf94741324e26af42093a89e955ff9a923abff951
Honor GIT_REFLOG_ACTION in git-rebase.

To help correctly log actions caused by porcelain which invoke
git-reset directly we should honor the setting of GIT_REFLOG_ACTION
which we inherited from our caller.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-reset.sh