]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
rebase: run post-checkout hook on checkout
authorOrgad Shaneh <orgads@gmail.com>
Sat, 29 Dec 2018 21:37:59 +0000 (23:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2019 21:18:33 +0000 (13:18 -0800)
commit8581df65ec961aa59004f2d6342709b25d7b79c4
tree38ec95a5ed0b6af2ce78bff3f58e513a23dda1c6
parent10499a9d586b3fba4ea6f67cd0b391b9e7048f34
rebase: run post-checkout hook on checkout

The scripted version of rebase used to run this hook on the initial
checkout. The transition to built-in introduced a regression.

Signed-off-by: Orgad Shaneh <orgads@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c
t/t5403-post-checkout-hook.sh