Re: [ANNOUNCE] Git 1.7.0.rc1
From: Sverre Rabbelier <hidden>
Date: 2016-06-15 22:48:08
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 [off-list ref] 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