From: Paul Tan Date: Thu, 18 Jun 2015 10:54:07 +0000 (+0800) Subject: pull: set reflog message X-Git-Tag: v2.6.0-rc0~106^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/41fca0989e7ebf3e809e08840c89f44021aa1f2c?hp=41fca0989e7ebf3e809e08840c89f44021aa1f2c pull: set reflog message f947413 (Use GIT_REFLOG_ACTION environment variable instead., 2006-12-28) established git-pull's method for setting the reflog message, which is to set the environment variable GIT_REFLOG_ACTION to the evaluation of "pull${1+ $*}" if it has not already been set. Re-implement this behavior. Helped-by: Junio C Hamano Signed-off-by: Paul Tan Signed-off-by: Junio C Hamano ---