]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase.sh
rebase: factor out call to pre-rebase hook
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Sun, 6 Feb 2011 18:43:44 +0000 (13:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Feb 2011 22:08:08 +0000 (14:08 -0800)
commitcc1453e1dadc750a2d5c68b0e053b2221d212ef6
tree693e844c8f0bd7110a8f45597fa6cd7983e706fc
parentcaf038cb4ec224ce2fcc241de302a7b37f73963e
rebase: factor out call to pre-rebase hook

Remove the call to the pre-rebase hook from
git-rebase--interactive.sh and rely on the call in
git-rebase.sh.

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
git-rebase.sh