Age | Commit message (Expand) | Author | Files | Lines |
2017-12-13 | Merge branch 'ks/doc-checkout-previous' | Junio C Hamano | 1 | -4/+4 |
2017-12-06 | Merge branch 'sb/submodule-recursive-checkout-detach-head' | Junio C Hamano | 1 | -0/+2 |
2017-11-28 | Doc/checkout: checking out using @{-N} can lead to detached state | Kaartic Sivaraam | 1 | -4/+4 |
2017-10-17 | Merge branch 'jc/doc-checkout' | Junio C Hamano | 1 | -14/+16 |
2017-10-11 | checkout doc: clarify command line args for "checkout paths" mode | Junio C Hamano | 1 | -14/+16 |
2017-09-14 | doc: fix minor typos (extra/duplicated words) | Evan Zacks | 1 | -1/+1 |
2017-07-28 | Documentation/checkout: clarify submodule HEADs to be detached | Stefan Beller | 1 | -0/+2 |
2017-03-16 | builtin/checkout: add --recurse-submodules switch | Stefan Beller | 1 | -0/+7 |
2016-09-21 | checkout.txt: document a common case that ignores ambiguation rules | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2016-06-28 | doc: typeset short command-line options as literal | Matthieu Moy | 1 | -2/+2 |
2015-11-01 | checkout: add --progress option | Edmundo Carmona Antoranz | 1 | -0/+6 |
2015-08-03 | Merge branch 'se/doc-checkout-ours-theirs' | Junio C Hamano | 1 | -0/+15 |
2015-07-13 | Merge branch 'es/worktree-add' | Junio C Hamano | 1 | -72/+0 |
2015-07-12 | Revert "checkout: retire --ignore-other-worktrees in favor of --force" | Junio C Hamano | 1 | -3/+6 |
2015-07-12 | checkout: document subtlety around --ours/--theirs | Simon A. Eugster | 1 | -0/+15 |
2015-07-10 | Merge branch 'tb/checkout-doc' | Junio C Hamano | 1 | -1/+5 |
2015-07-07 | checkout: retire --ignore-other-worktrees in favor of --force | Eric Sunshine | 1 | -6/+3 |
2015-07-06 | checkout: retire --to option | Eric Sunshine | 1 | -7/+0 |
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 |