Age | Commit message (Expand) | Author | Files | Lines |
2022-01-20 | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 1 | -1/+1 |
2022-01-20 | branch,checkout: fix --track documentation | René Scharfe | 1 | -1/+1 |
2022-01-10 | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 1 | -1/+1 |
2021-12-20 | branch: add flags and config to inherit tracking | Josh Steadmon | 1 | -1/+1 |
2021-12-15 | Merge branch 'en/zdiff3' | Junio C Hamano | 1 | -2/+1 |
2021-12-10 | Merge branch 'ja/doc-cleanup' | Junio C Hamano | 1 | -18/+18 |
2021-12-01 | update documentation for new zdiff3 conflictStyle | Elijah Newren | 1 | -2/+1 |
2021-11-09 | doc: use only hyphens as word separators in placeholders | Jean-Noël Avila | 1 | -18/+18 |
2021-09-27 | Documentation: call out commands that nuke untracked files/directories | Elijah Newren | 1 | -2/+3 |
2020-10-27 | Merge branch 'dl/checkout-guess' | Junio C Hamano | 1 | -1/+4 |
2020-10-27 | Merge branch 'dl/checkout-p-merge-base' | Junio C Hamano | 1 | -0/+4 |
2020-10-08 | checkout: learn to respect checkout.guess | Denton Liu | 1 | -1/+4 |
2020-10-07 | Doc: document "A...B" form for <tree-ish> in checkout and switch | Denton Liu | 1 | -0/+4 |
2020-09-06 | git-checkout.txt: document -d short option for --detach | Eric Sunshine | 1 | -0/+1 |
2020-04-06 | doc: --recurse-submodules mostly applies to active submodules | Damien Robert | 1 | -1/+1 |
2020-04-06 | doc: document --recurse-submodules for reset and restore | Damien Robert | 1 | -1/+1 |
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 |