rebase: don't source git-sh-setup twice
commit572a7c52bb12e22b3b8471133253b9884643a4e2
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Tue, 26 Jun 2012 14:51:54 +0000 (26 07:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Jun 2012 20:17:50 +0000 (26 13:17 -0700)
treea02f63ebd6e335358fa7273aefcc4a9bd96be899
parentbc9e7dd41fe8b51cc7f2e79312a2ff777899f930
rebase: don't source git-sh-setup twice

The git-sh-setup script is already sourced in git-rebase.sh before
calling into git-rebase--(am|interactive|merge).sh. There are no other
callers of these scripts. It is therefore unnecessary to source
git-sh-setup again in them.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--am.sh
git-rebase--interactive.sh
git-rebase--merge.sh