rebase: reorder validation steps
authorMartin von Zweigbergk <redacted>
Sun, 6 Feb 2011 18:43:41 +0000 (13:43 -0500)
committerJunio C Hamano <redacted>
Thu, 10 Feb 2011 22:08:08 +0000 (14:08 -0800)
commit8f9bfb64c5d5179cc7439715379077875248c4ab
treefa6d7ffeae5eb6340f764b778d8b928715ad3758
parentf3889b84010f16558421fd45cb3d0062f9d6e024
rebase: reorder validation steps

Reorder validation steps in preparation for the validation to be factored
out from git-rebase--interactive.sh into git-rebase.sh.

The main functional difference is that the pre-rebase hook will no longer
be run if the work tree is dirty.

Signed-off-by: Martin von Zweigbergk <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-rebase--interactive.sh
git-rebase.sh
git clone https://git.99rst.org/PROJECT