]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rr/rebase-checkout-reflog'
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Jul 2013 20:04:33 +0000 (13:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jul 2013 20:04:33 +0000 (13:04 -0700)
Invocations of "git checkout" used internally by "git rebase" were
counted as "checkout", and affected later "git checkout -" to the
the user to an unexpected place.

* rr/rebase-checkout-reflog:
  checkout: respect GIT_REFLOG_ACTION
  status: do not depend on rebase reflog messages
  t/t2021-checkout-last: "checkout -" should work after a rebase finishes
  wt-status: remove unused field in grab_1st_switch_cbdata
  t7512: test "detached from" as well

1  2 
builtin/checkout.c
t/t7512-status-help.sh
wt-status.c

Simple merge
Simple merge
diff --cc wt-status.c
Simple merge