Re: [PATCH] commit: use value of GIT_REFLOG_ACTION env variable as reflog message
From: Jonathan Nieder <hidden> Date: 2016-06-15 22:48:57
Christian Couder wrote:
The environment variable GIT_REFLOG_ACTION was used by git-commit.sh,
but when it was converted to a builtin
(f5bbc3225c4b073a7ff3218164a0c820299bc9c6, Port git commit to C,
Nov 8 2007) this was lost.
Ack --- this is just a bug, I think. The patch makes sense.
Thanks,
Jonathan