Age | Commit message (Expand) | Author | Files | Lines |
2019-12-04 | checkout, restore: support the --pathspec-from-file option | Alexandr Miloslavskiy | 1 | -0/+15 |
2019-12-04 | doc: checkout: synchronize <pathspec> description | Alexandr Miloslavskiy | 1 | -9/+15 |
2019-12-04 | doc: checkout: fix broken text reference | Alexandr Miloslavskiy | 1 | -6/+4 |
2019-12-04 | doc: checkout: remove duplicate synopsis | Alexandr Miloslavskiy | 1 | -2/+1 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -100/+122 |
2019-05-19 | Merge branch 'dl/branch-from-3dot-merge-base' | Junio C Hamano | 1 | -0/+4 |
2019-05-07 | branch: make create_branch accept a merge base rev | Denton Liu | 1 | -0/+4 |
2019-05-07 | checkout: split part of it to new command 'restore' | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2019-04-16 | Merge branch 'nd/checkout-m-doc-update' | Junio C Hamano | 1 | -0/+2 |
2019-04-02 | switch: implicit dwim, use --no-guess to disable it | Nguyễn Thái Ngọc Duy | 1 | -15/+23 |
2019-04-02 | checkout: split part of it to new command 'switch' | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2019-04-02 | git-checkout.txt: fix monospace typeset | Nguyễn Thái Ngọc Duy | 1 | -81/+81 |
2019-04-02 | doc: document --overwrite-ignore | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2019-04-02 | git-checkout.txt: fix one syntax line | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-04-02 | git-checkout.txt: spell out --no-option | Nguyễn Thái Ngọc Duy | 1 | -4/+7 |
2019-03-21 | checkout.txt: note about losing staged changes with --merge | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2019-03-07 | Merge branch 'tg/checkout-no-overlay' | Junio C Hamano | 1 | -0/+10 |
2019-02-24 | Merge branch 'yn/checkout-doc-fix' | Junio C Hamano | 1 | -1/+1 |
2019-02-23 | checkout doc: fix an unmatched double-quote pair | Yoichi Nakayama | 1 | -1/+1 |
2019-02-05 | Merge branch 'ja/doc-style-fix' | Junio C Hamano | 1 | -8/+8 |
2019-01-23 | doc: tidy asciidoc style | Jean-Noël Avila | 1 | -8/+8 |
2019-01-08 | checkout: introduce --{,no-}overlay option | Thomas Gummerer | 1 | -0/+10 |
2018-11-14 | checkout: disambiguate dwim tracking branches and local files | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2018-10-23 | doc: fix ASCII art tab spacing | Andreas Heiduk | 1 | -7/+7 |
2018-06-11 | checkout & worktree: introduce checkout.defaultRemote | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
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 |