> > With this history > > .-e-. > / \ > .-c---d---f > / > a---b---g > > , "git rebase -p --onto g b f" produces > > > .-e'. > / \ > a---b---g---c'--d'--f' > Perhaps there is a a formatting issue here, but wouldn't the resulting history be, instead: . -e'. / \ a---b---g---c'--d'--f' I don't really understand why e' - c' would be different to e-c? jon. -- 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