]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase.sh
rebase: use a better reflog message
authorRamkumar Ramachandra <artagnon@gmail.com>
Sun, 16 Jun 2013 08:45:12 +0000 (14:15 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2013 05:04:43 +0000 (22:04 -0700)
commit4b03df210f77ac84ebed324c5d031f32872aaf0b
tree874ba3df5a7bf771427ee5ec9018d271d0608976
parent3bed291a3b121408b4de83f4fa3cc0f1d98c676e
rebase: use a better reflog message

Now that the "checkout" invoked internally from "rebase" knows to
honor GIT_REFLOG_ACTION, we can start to use it to write a better
reflog message when "rebase anotherbranch", "rebase --onto branch",
etc. internally checks out the new fork point.  We will write:

  rebase: checkout master

instead of the old

  rebase

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh