git-rebase: use canonical A..B syntax to format-patch

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-05-21 03:16:38 -07:00
Родитель 685637381a
Коммит efbff23609
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -152,6 +152,6 @@ then
exit 0
fi
git-format-patch -k --stdout --full-index "$upstream" ORIG_HEAD |
git-format-patch -k --stdout --full-index "$upstream"..ORIG_HEAD |
git am --binary -3 -k --resolvemsg="$RESOLVEMSG"