commit | 572a7c52bb12e22b3b8471133253b9884643a4e2 | [log] [tgz] |
---|---|---|
author | Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> | Tue Jun 26 07:51:54 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 26 13:17:50 2012 -0700 |
tree | a02f63ebd6e335358fa7273aefcc4a9bd96be899 | |
parent | bc9e7dd41fe8b51cc7f2e79312a2ff777899f930 [diff] |
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>