]> rtime.felk.cvut.cz Git - git.git/commit
Documentation: A...B shortcut for checkout and rebase
authorMichael J Gruber <git@drmicha.warpmail.net>
Tue, 1 Jun 2010 15:16:42 +0000 (17:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2010 17:03:53 +0000 (10:03 -0700)
commit873c3472052e3d0385be4ece7b70cfdf573c051e
treeb893cdcfc3cf07dbe9dfff66febcac458c3b2733
parent41e4d69fb82cd92bbc39accc9cb2be49b7597b5c
Documentation: A...B shortcut for checkout and rebase

Describe the A...B shortcuts for checkout and rebase [-i] which were
introduced in these commits:

619a64e ("checkout A...B" switches to the merge base between A and B, 2009-10-18)
61dfa1b ("rebase --onto A...B" replays history on the merge base between A and B, 2009-11-20)
230a456 (rebase -i: teach --onto A...B syntax, 2010-01-07)

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt
Documentation/git-rebase.txt