Linus Torvalds <torvalds@xxxxxxxx> writes: > Junio: the patch that actually _uses_ this comes next. It's based on my > previous "throw-away" example patches, if you want me to base it on > something else, please holler. Nah, I appreciate that you did it this way, because it gave me a test case to "git-am" your two patches into a temporary branch and "pull --squash" that into lt/merge-tree branch ;-). git am ./+LT.mbox ... two patches, applied with --whitespace=strip ... git tag -f CG git reset --hard HEAD^^ git pull --squash . tag CG git commig -C CG git tag -d CG - : 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