]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase--interactive.sh
rebase -i: execute hook only after argument checking
authorThomas Rast <trast@student.ethz.ch>
Fri, 2 Jan 2009 22:28:26 +0000 (23:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 3 Jan 2009 22:22:50 +0000 (14:22 -0800)
commitd8fab0234d6db440a71f38f8538dbdefbbdfd077
treec53817d6bc49b8b44da8333a10520575b780b781
parent8104ebfe8276657ee803cca7eb8665a78cf3ef83
rebase -i: execute hook only after argument checking

Previously, the pre-rebase-hook would be launched before we knew if
the <upstream> [<branch>] arguments were supplied.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh