Alexander 'z33ky' Hirsch <1ze...@gmail.com> writes: > + if test -n "$rebase_root" > + then > + foreign_revisions="$orig_head..$onto" > + else > + foreign_revisions="$orig_head..${restrict_revision-$upstream}" > + fi > + > + for cmt in $(git rev-list --reverse "$foreign_revisions") > + do > + if ! git log -1 --pretty=format:'%G?%n%GS' "$cmt" |
I do not think this matches what the corresponding option in "git merge" does, where the only tips of the histories being merged are checked. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html