projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6856373
)
git-rebase: use canonical A..B syntax to format-patch
author
Junio C Hamano
<junkio@cox.net>
Sun, 21 May 2006 10:16:38 +0000
(
03:16
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 21 May 2006 10:16:38 +0000
(
03:16
-0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase.sh
patch
|
blob
|
history
diff --git
a/git-rebase.sh
b/git-rebase.sh
index
6ff6088
..
e6b57b8
100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-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"