Age | Commit message (Expand) | Author | Files | Lines |
2015-07-06 | Documentation: move linked worktree description from checkout to worktree | Eric Sunshine | 1 | -67/+2 |
2015-07-06 | Documentation/git-checkout: fix incorrect worktree prune command | Eric Sunshine | 1 | -1/+1 |
2015-06-17 | git-checkout.txt: document "git checkout <pathspec>" better | Torsten Bögershausen | 1 | -1/+5 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -0/+78 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2015-01-07 | git-checkout.txt: a note about multiple checkout support for submodules | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2015-01-07 | checkout: add --ignore-other-wortrees | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2014-12-01 | gc: support prune --worktrees | Nguyễn Thái Ngọc Duy | 1 | -4/+7 |
2014-12-01 | prune: strategies for linked checkouts | Nguyễn Thái Ngọc Duy | 1 | -0/+20 |
2014-12-01 | checkout: support checking out into a new working directory | Nguyễn Thái Ngọc Duy | 1 | -0/+46 |
2014-01-21 | Documentation: @{-N} can refer to a commit | Thomas Rast | 1 | -2/+2 |
2013-09-11 | checkout: update synopsys and documentation on detaching HEAD | Junio C Hamano | 1 | -6/+8 |
2013-05-29 | Merge branch 'jh/checkout-auto-tracking' | Junio C Hamano | 1 | -3/+3 |
2013-04-21 | checkout: Use remote refspecs when DWIMming tracking branches | Johan Herland | 1 | -3/+3 |
2013-04-15 | checkout: add --ignore-skip-worktree-bits in sparse checkout mode | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -2/+2 |
2012-12-18 | Documentation/git-checkout.txt: document 70c9ac2 behavior | Chris Rorvick | 1 | -0/+8 |
2012-12-18 | Documentation/git-checkout.txt: clarify usage | Chris Rorvick | 1 | -10/+33 |
2012-09-12 | Merge branch 'jc/maint-checkout-fileglob-doc' | Junio C Hamano | 1 | -0/+12 |
2012-09-07 | Merge branch 'jc/maint-doc-checkout-b-always-takes-branch-name' | Junio C Hamano | 1 | -3/+3 |
2012-09-04 | Document file-glob for "git checkout -- '*.c'" | Junio C Hamano | 1 | -0/+12 |
2012-08-26 | doc: "git checkout -b/-B/--orphan" always takes a branch name | Junio C Hamano | 1 | -3/+3 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -4/+4 |
2011-05-05 | git-checkout.txt: better docs for '--patch' | Valentin Haenel | 1 | -3/+4 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -9/+0 |
2011-02-27 | Merge branch 'js/detach-doc' | Junio C Hamano | 1 | -23/+121 |
2011-02-27 | Merge branch 'uk/checkout-ambiguous-ref' | Junio C Hamano | 1 | -2/+11 |
2011-02-21 | git-checkout.txt: improve detached HEAD documentation | Jay Soffian | 1 | -23/+121 |
2011-02-08 | checkout: introduce --detach synonym for "git checkout foo^{commit}" | Junio C Hamano | 1 | -2/+11 |
2010-11-03 | Change incorrect uses of "remote branch" meaning "remote-tracking" | Matthieu Moy | 1 | -1/+1 |
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 |