Merge branch 'mz/rebase-no-mbox'
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Jul 2012 22:36:31 +0000 (15:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jul 2012 22:36:31 +0000 (15:36 -0700)
Teach "am --rebasing" codepath to grab authorship, log message and
the patch text directly out of existing commits. This will help
rebasing commits that have confusing "diff" output in their log
messages.

* mz/rebase-no-mbox:
am: don't call mailinfo if $rebasing
am --rebasing: get patch body from commit, not from mailbox
rebase --root: print usage on too many args
rebase: don't source git-sh-setup twice

1  2 
git-rebase--interactive.sh
git-rebase.sh
Simple merge
diff --cc git-rebase.sh
Simple merge