[I skipped most of the thread, so here's just one minor point.] Jeff King wrote: > I hadn't thought about merge --squash as a commit copying operation, but > I think it is. I wonder if squash merges (or squash rebases) should also > be copying notes (or if they do already, I haven't checked). Squash rebases do but squash merges don't. Doing it "elegantly" would probably involve caching the list of commits since the merge-bases, which would be a bit of work. -- Thomas Rast trast@{inf,student}.ethz.ch -- 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