Heya, Feel free to tell me "go build 1.7.0.rc0 yourself and see" to any of these, but I can't right now, and am curious :). On Sat, Jan 30, 2010 at 23:53, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * "git checkout A...B" is a way to detach HEAD at the merge base between > A and B. Does 'git checkout -b mergebase-a-b A...B' work as expected? > * "git log" and friends learned "--glob=heads/*" syntax that is a more > flexible way to complement "--branches/--tags/--remotes". Not --glob=refs/*? > * "git rebase --onto A...B" means the history is replayed on top of the > merge base between A and B. Oh wow, neat, I guess that complements the 'git checkout A...B' behavior? Is there anywhere else that we could/should support this new syntax, but don't? > * "git rebase -i" also learned --autosquash option, that is useful > together with the new "fixup" action. Did we add a config option for this? -- Cheers, Sverre Rabbelier -- 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