We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185612b commit c35a7b8Copy full SHA for c35a7b8
git-format-patch-script
@@ -117,7 +117,8 @@ _x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
117
_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40"
118
stripCommitHead='/^'"$_x40"' (from '"$_x40"')$/d'
119
120
-git-rev-list --merge-order $(git-rev-parse --revs-only "$revpair") >$series
+git-rev-list --no-merges --merge-order \
121
+ $(git-rev-parse --revs-only "$revpair") >$series
122
total=`wc -l <$series | tr -dc "[0-9]"`
123
i=$total
124
while read commit
0 commit comments