Skip to content

Commit

Permalink
Merge branch 'os/fix-rebase-diff-no-prefix'
Browse files Browse the repository at this point in the history
* os/fix-rebase-diff-no-prefix:
  Add --src/dst-prefix to git-formt-patch in git-rebase.sh
  • Loading branch information
Junio C Hamano committed Sep 15, 2010
2 parents e3f213c + 5b220a6 commit 0c61c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-rebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ fi
if test -z "$do_merge"
then
git format-patch -k --stdout --full-index --ignore-if-in-upstream \
--src-prefix=a/ --dst-prefix=b/ \
--no-renames $root_flag "$revisions" |
git am $git_am_opt --rebasing --resolvemsg="$RESOLVEMSG" &&
move_to_original_branch
Expand Down

0 comments on commit 0c61c6d

Please sign in to comment.