]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'os/rebase-runs-post-checkout-hook'
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2019 20:47:55 +0000 (12:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2019 20:47:55 +0000 (12:47 -0800)
commitd94ade7f1f30409adecf8bdbae74d85cfb9705ef
treef11dac9428abbcad780ba7b5a9e05c8873c3c2e6
parent33e4ae9c509e0ecdc6508475f2974d275539616e
parent8581df65ec961aa59004f2d6342709b25d7b79c4
Merge branch 'os/rebase-runs-post-checkout-hook'

"git rebase" internally runs "checkout" to switch between branches,
and the command used to call the post-checkout hook, but the
reimplementation stopped doing so, which is getting fixed.

* os/rebase-runs-post-checkout-hook:
  rebase: run post-checkout hook on checkout
  t5403: simplify by using a single repository
builtin/rebase.c