summaryrefslogtreecommitdiff
path: root/Documentation/git-checkout.txt
AgeCommit message (Expand)AuthorFilesLines
2011-02-08checkout: introduce --detach synonym for "git checkout foo^{commit}"Junio C Hamano1-2/+11
2010-11-03Change incorrect uses of "remote branch" meaning "remote-tracking"Matthieu Moy1-1/+1
2010-09-27Fix missing 'does' in man-page for 'git checkout'Linus Torvalds1-8/+8
2010-08-20Documentation: do not convert ... operator to ellipsesJonathan Nieder1-1/+1
2010-08-18Merge branch 'tc/checkout-B'Junio C Hamano1-2/+19
2010-07-11Merge branch 'maint'Junio C Hamano1-1/+1
2010-07-09checkout: accord documentation to what git doesNicolas Sebrecht1-1/+1
2010-06-25builtin/checkout: learn -BTay Ray Chuan1-2/+19
2010-06-22Merge branch 'jn/checkout-doc' into maintJunio C Hamano1-21/+29
2010-06-21Merge branch 'jn/checkout-doc'Junio C Hamano1-21/+29
2010-06-21Merge branch 'em/checkout-orphan'Junio C Hamano1-14/+21
2010-06-11Documentation/checkout: clarify descriptionJonathan Nieder1-19/+21
2010-06-02Documentation: alter checkout --orphan descriptionErick Mattos1-14/+21
2010-06-02Merge branch 'maint'Junio C Hamano1-0/+4
2010-06-02Documentation: A...B shortcut for checkout and rebaseMichael J Gruber1-0/+4
2010-05-31Documentation/checkout: clarify descriptionJonathan Nieder1-11/+17
2010-03-21git checkout: create unparented branch by --orphanErick Mattos1-1/+19
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano1-1/+12
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe1-0/+2
2009-08-15Implement 'git checkout --patch'Thomas Rast1-1/+12
2009-04-13docs/checkout: clarify what "non-branch" meansJeff King1-5/+5
2009-04-13doc/checkout: split checkout and branch creation in synopsisJeff King1-18/+22
2009-04-13doc/checkout: refer to git-branch(1) as appropriateJeff King1-19/+9
2009-04-13doc: refer to tracking configuration as "upstream"Jeff King1-1/+1
2009-04-13doc: clarify --no-track optionJeff King1-1/+2
2009-04-07Merge branch 'maint'Junio C Hamano1-3/+7
2009-04-07Merge branch 'maint-1.6.1' into maintJunio C Hamano1-4/+8
2009-04-07Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano1-4/+8
2009-04-07git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy1-2/+6
2009-04-07git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy1-2/+2
2009-03-17Documentation: remove extra quoting/emphasis around literal textsChris Johnsen1-2/+2
2009-03-10Typo and language fixes for git-checkout.txtMichael J Gruber1-17/+16
2009-01-17checkout: implement "-" abbreviation, add docs and testsThomas Rast1-0/+4
2008-12-19Documentation: sync example output with git outputMarkus Heidelberg1-1/+0
2008-12-17Clarify documentation of "git checkout <tree-ish> paths" syntaxNanako Shiraishi1-1/+1
2008-10-19Documentation: Spelling fixFredrik Skolmli1-1/+1
2008-09-29Merge branch 'jc/better-conflict-resolution'Shawn O. Pearce1-7/+34
2008-08-31checkout --conflict=<style>: recreate merge in a non-default styleJunio C Hamano1-1/+9
2008-08-30checkout -m: recreate merge when checking out of unmerged indexJunio C Hamano1-3/+8
2008-08-30checkout --ours/--theirs: allow checking out one side of a conflicting mergeJunio C Hamano1-2/+9
2008-08-30checkout -f: allow ignoring unmerged paths when checking out of the indexJunio C Hamano1-6/+13
2008-08-22Extend "checkout --track" DWIM to support more casesAlex Riesen1-3/+10
2008-08-11checkout --track: make up a sensible branch name if '-b' was omittedJohannes Schindelin1-1/+9
2008-07-24checkout: mention '--' in the docsSZEDER Gábor1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-2/+2
2008-07-01Documentation formatting and cleanupJonathan Nieder1-2/+2
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-4/+4
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-1/+2
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-04-27git checkout: add -t alias for --trackMiklos Vajna1-1/+1