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