Santi BÃjar <santi@xxxxxxxxxxx> writes: >> + oldremoteref=$(git merge-base $curr_branch $oldremoteref $(git >> rev-list -g $remoteref 2>/dev/null)) Yuck; the entire set of commits that appear in reflog can be quite long. What will happen when this exceeds the shell command line limit or when you get E2BIG from execve(2)? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html