Age | Commit message (Expand) | Author | Files | Lines |
2010-09-27 | Fix missing 'does' in man-page for 'git checkout' | Linus Torvalds | 1 | -8/+8 |
2010-08-20 | Documentation: do not convert ... operator to ellipses | Jonathan Nieder | 1 | -1/+1 |
2010-08-18 | Merge branch 'tc/checkout-B' | Junio C Hamano | 1 | -2/+19 |
2010-07-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2010-07-09 | checkout: accord documentation to what git does | Nicolas Sebrecht | 1 | -1/+1 |
2010-06-25 | builtin/checkout: learn -B | Tay Ray Chuan | 1 | -2/+19 |
2010-06-22 | Merge branch 'jn/checkout-doc' into maint | Junio C Hamano | 1 | -23/+31 |
2010-06-21 | Merge branch 'jn/checkout-doc' | Junio C Hamano | 1 | -23/+31 |
2010-06-21 | Merge branch 'em/checkout-orphan' | Junio C Hamano | 1 | -14/+21 |
2010-06-11 | Documentation/checkout: clarify description | Jonathan Nieder | 1 | -19/+21 |
2010-06-02 | Documentation: alter checkout --orphan description | Erick Mattos | 1 | -14/+21 |
2010-06-02 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+4 |
2010-06-02 | Documentation: A...B shortcut for checkout and rebase | Michael J Gruber | 1 | -0/+4 |
2010-05-31 | Documentation/checkout: clarify description | Jonathan Nieder | 1 | -11/+17 |
2010-03-21 | git checkout: create unparented branch by --orphan | Erick Mattos | 1 | -1/+19 |
2009-09-07 | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 1 | -1/+12 |
2009-08-29 | UI consistency: allow --force for where -f means force | René Scharfe | 1 | -0/+2 |
2009-08-15 | Implement 'git checkout --patch' | Thomas Rast | 1 | -1/+12 |
2009-04-13 | docs/checkout: clarify what "non-branch" means | Jeff King | 1 | -5/+5 |
2009-04-13 | doc/checkout: split checkout and branch creation in synopsis | Jeff King | 1 | -18/+22 |
2009-04-13 | doc/checkout: refer to git-branch(1) as appropriate | Jeff King | 1 | -19/+9 |
2009-04-13 | doc: refer to tracking configuration as "upstream" | Jeff King | 1 | -1/+1 |
2009-04-13 | doc: clarify --no-track option | Jeff King | 1 | -1/+2 |
2009-04-07 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+7 |
2009-04-07 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 1 | -4/+8 |
2009-04-07 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -4/+8 |
2009-04-07 | git-checkout.txt: clarify that <branch> applies when no path is given. | Matthieu Moy | 1 | -2/+6 |
2009-04-07 | git-checkout.txt: fix incorrect statement about HEAD and index | Matthieu Moy | 1 | -2/+2 |
2009-03-17 | Documentation: remove extra quoting/emphasis around literal texts | Chris Johnsen | 1 | -2/+2 |
2009-03-10 | Typo and language fixes for git-checkout.txt | Michael J Gruber | 1 | -17/+16 |
2009-01-17 | checkout: implement "-" abbreviation, add docs and tests | Thomas Rast | 1 | -0/+4 |
2008-12-19 | Documentation: sync example output with git output | Markus Heidelberg | 1 | -1/+0 |
2008-12-17 | Clarify documentation of "git checkout <tree-ish> paths" syntax | Nanako Shiraishi | 1 | -1/+1 |
2008-10-19 | Documentation: Spelling fix | Fredrik Skolmli | 1 | -1/+1 |
2008-09-29 | Merge branch 'jc/better-conflict-resolution' | Shawn O. Pearce | 1 | -7/+34 |
2008-08-31 | checkout --conflict=<style>: recreate merge in a non-default style | Junio C Hamano | 1 | -1/+9 |
2008-08-30 | checkout -m: recreate merge when checking out of unmerged index | Junio C Hamano | 1 | -3/+8 |
2008-08-30 | checkout --ours/--theirs: allow checking out one side of a conflicting merge | Junio C Hamano | 1 | -2/+9 |
2008-08-30 | checkout -f: allow ignoring unmerged paths when checking out of the index | Junio C Hamano | 1 | -6/+13 |
2008-08-22 | Extend "checkout --track" DWIM to support more cases | Alex Riesen | 1 | -3/+10 |
2008-08-11 | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 1 | -1/+9 |
2008-07-24 | checkout: mention '--' in the docs | SZEDER Gábor | 1 | -1/+1 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -2/+2 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -2/+2 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -4/+4 |
2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -1/+2 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-04-27 | git checkout: add -t alias for --track | Miklos Vajna | 1 | -1/+1 |
2008-03-25 | Documentation/git-checkout: Update summary to reflect current abilities | Julian Phillips | 1 | -1/+1 |
2008-02-19 | doc: documentation update for the branch track changes | Jay Soffian | 1 | -12/+11 |