aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-checkout.txt
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Merge branch 'jc/orphan-unborn'Junio C Hamano1-1/+1
2023-12-13checkout: forbid "-B <branch>" from touching a branch used elsewhereJunio C Hamano1-1/+3
2023-11-24orphan/unborn: add to the glossary and use them consistentlyJunio C Hamano1-1/+1
2023-10-09documentation: add missing wordsElijah Newren1-1/+1
2023-07-31checkout/restore: refuse unmerging paths unless checking out of the indexJunio C Hamano1-3/+6
2023-04-18doc: git-checkout: reorganize examplesFelipe Contreras1-22/+28
2023-04-18doc: git-checkout: trivial callout cleanupFelipe Contreras1-4/+0
2023-01-30Merge branch 'jc/doc-checkout-b'Junio C Hamano1-6/+8
2023-01-19checkout: document -b/-B to highlight the differences from "git branch"Junio C Hamano1-6/+8
2023-01-13doc: add "git switch -c" as another option on detached HEADYutaro Ohno1-3/+3
2022-09-07docs: add CONFIGURATION sections that fuzzy map to built-insÆvar Arnfjörð Bjarmason1-0/+7
2022-01-20Merge branch 'js/branch-track-inherit'Junio C Hamano1-1/+1
2022-01-20branch,checkout: fix --track documentationRené Scharfe1-1/+1
2022-01-10Merge branch 'js/branch-track-inherit'Junio C Hamano1-1/+1
2021-12-20branch: add flags and config to inherit trackingJosh Steadmon1-1/+1
2021-12-15Merge branch 'en/zdiff3'Junio C Hamano1-2/+1
2021-12-10Merge branch 'ja/doc-cleanup'Junio C Hamano1-18/+18
2021-12-01update documentation for new zdiff3 conflictStyleElijah Newren1-2/+1
2021-11-09doc: use only hyphens as word separators in placeholdersJean-Noël Avila1-18/+18
2021-09-27Documentation: call out commands that nuke untracked files/directoriesElijah Newren1-2/+3
2020-10-27Merge branch 'dl/checkout-guess'Junio C Hamano1-1/+4
2020-10-27Merge branch 'dl/checkout-p-merge-base'Junio C Hamano1-0/+4
2020-10-08checkout: learn to respect checkout.guessDenton Liu1-1/+4
2020-10-07Doc: document "A...B" form for <tree-ish> in checkout and switchDenton Liu1-0/+4
2020-09-06git-checkout.txt: document -d short option for --detachEric Sunshine1-0/+1
2020-04-06doc: --recurse-submodules mostly applies to active submodulesDamien Robert1-1/+1
2020-04-06doc: document --recurse-submodules for reset and restoreDamien Robert1-1/+1
2019-12-04checkout, restore: support the --pathspec-from-file optionAlexandr Miloslavskiy1-0/+15
2019-12-04doc: checkout: synchronize <pathspec> descriptionAlexandr Miloslavskiy1-9/+15
2019-12-04doc: checkout: fix broken text referenceAlexandr Miloslavskiy1-6/+4
2019-12-04doc: checkout: remove duplicate synopsisAlexandr Miloslavskiy1-2/+1
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-100/+122
2019-05-19Merge branch 'dl/branch-from-3dot-merge-base'Junio C Hamano1-0/+4
2019-05-07branch: make create_branch accept a merge base revDenton Liu1-0/+4
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy1-1/+2
2019-04-16Merge branch 'nd/checkout-m-doc-update'Junio C Hamano1-0/+2
2019-04-02switch: implicit dwim, use --no-guess to disable itNguyễn Thái Ngọc Duy1-15/+23
2019-04-02checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy1-0/+4
2019-04-02git-checkout.txt: fix monospace typesetNguyễn Thái Ngọc Duy1-81/+81
2019-04-02doc: document --overwrite-ignoreNguyễn Thái Ngọc Duy1-0/+6
2019-04-02git-checkout.txt: fix one syntax lineNguyễn Thái Ngọc Duy1-1/+1
2019-04-02git-checkout.txt: spell out --no-optionNguyễn Thái Ngọc Duy1-4/+7
2019-03-21checkout.txt: note about losing staged changes with --mergeNguyễn Thái Ngọc Duy1-0/+2
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano1-0/+10
2019-02-24Merge branch 'yn/checkout-doc-fix'Junio C Hamano1-1/+1
2019-02-23checkout doc: fix an unmatched double-quote pairYoichi Nakayama1-1/+1
2019-02-05Merge branch 'ja/doc-style-fix'Junio C Hamano1-8/+8
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-8/+8
2019-01-08checkout: introduce --{,no-}overlay optionThomas Gummerer1-0/+10
2018-11-14checkout: disambiguate dwim tracking branches and local filesNguyễn Thái Ngọc Duy1-0/+4
2018-10-23doc: fix ASCII art tab spacingAndreas Heiduk1-7/+7
2018-06-11checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason1-0/+9
2017-12-13Merge branch 'ks/doc-checkout-previous'Junio C Hamano1-4/+4
2017-12-06Merge branch 'sb/submodule-recursive-checkout-detach-head'Junio C Hamano1-0/+2
2017-11-28Doc/checkout: checking out using @{-N} can lead to detached stateKaartic Sivaraam1-4/+4
2017-10-17Merge branch 'jc/doc-checkout'Junio C Hamano1-14/+16
2017-10-11checkout doc: clarify command line args for "checkout paths" modeJunio C Hamano1-14/+16
2017-09-14doc: fix minor typos (extra/duplicated words)Evan Zacks1-1/+1
2017-07-28Documentation/checkout: clarify submodule HEADs to be detachedStefan Beller1-0/+2
2017-03-16builtin/checkout: add --recurse-submodules switchStefan Beller1-0/+7
2016-09-21checkout.txt: document a common case that ignores ambiguation rulesNguyễn Thái Ngọc Duy1-0/+12
2016-06-28doc: typeset short command-line options as literalMatthieu Moy1-2/+2
2015-11-01checkout: add --progress optionEdmundo Carmona Antoranz1-0/+6
2015-08-03Merge branch 'se/doc-checkout-ours-theirs'Junio C Hamano1-0/+15
2015-07-13Merge branch 'es/worktree-add'Junio C Hamano1-72/+0
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano1-3/+6
2015-07-12checkout: document subtlety around --ours/--theirsSimon A. Eugster1-0/+15
2015-07-10Merge branch 'tb/checkout-doc'Junio C Hamano1-1/+5
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine1-6/+3
2015-07-06checkout: retire --to optionEric Sunshine1-7/+0
2015-07-06Documentation: move linked worktree description from checkout to worktreeEric Sunshine1-67/+2
2015-07-06Documentation/git-checkout: fix incorrect worktree prune commandEric Sunshine1-1/+1
2015-06-17git-checkout.txt: document "git checkout <pathspec>" betterTorsten Bögershausen1-1/+5
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-0/+78
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-2/+2
2015-01-07git-checkout.txt: a note about multiple checkout support for submodulesNguyễn Thái Ngọc Duy1-0/+3
2015-01-07checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy1-0/+6
2014-12-01gc: support prune --worktreesNguyễn Thái Ngọc Duy1-4/+7
2014-12-01prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy1-0/+20
2014-12-01checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy1-0/+46
2014-01-21Documentation: @{-N} can refer to a commitThomas Rast1-2/+2
2013-09-11checkout: update synopsys and documentation on detaching HEADJunio C Hamano1-6/+8
2013-05-29Merge branch 'jh/checkout-auto-tracking'Junio C Hamano1-3/+3
2013-04-21checkout: Use remote refspecs when DWIMming tracking branchesJohan Herland1-3/+3
2013-04-15checkout: add --ignore-skip-worktree-bits in sparse checkout modeNguyễn Thái Ngọc Duy1-0/+6
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-2/+2
2012-12-18Documentation/git-checkout.txt: document 70c9ac2 behaviorChris Rorvick1-0/+8
2012-12-18Documentation/git-checkout.txt: clarify usageChris Rorvick1-10/+33
2012-09-12Merge branch 'jc/maint-checkout-fileglob-doc'Junio C Hamano1-0/+12
2012-09-07Merge branch 'jc/maint-doc-checkout-b-always-takes-branch-name'Junio C Hamano1-3/+3
2012-09-04Document file-glob for "git checkout -- '*.c'"Junio C Hamano1-0/+12
2012-08-26doc: "git checkout -b/-B/--orphan" always takes a branch nameJunio C Hamano1-3/+3
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-4/+4
2011-05-05git-checkout.txt: better docs for '--patch'Valentin Haenel1-3/+4
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-9/+0
2011-02-27Merge branch 'js/detach-doc'Junio C Hamano1-23/+121
2011-02-27Merge branch 'uk/checkout-ambiguous-ref'Junio C Hamano1-2/+11
2011-02-21git-checkout.txt: improve detached HEAD documentationJay Soffian1-23/+121
2011-02-08checkout: introduce --detach synonym for "git checkout foo^{commit}"Junio C Hamano1-2/+11
2010-11-03Change incorrect uses of "remote branch" meaning "remote-tracking"Matthieu Moy1-1/+1
2010-09-27Fix missing 'does' in man-page for 'git checkout'Linus Torvalds1-8/+8
2010-08-20Documentation: do not convert ... operator to ellipsesJonathan Nieder1-1/+1
2010-08-18Merge branch 'tc/checkout-B'Junio C Hamano1-2/+19
2010-07-11Merge branch 'maint'Junio C Hamano1-1/+1
2010-07-09checkout: accord documentation to what git doesNicolas Sebrecht1-1/+1
2010-06-25builtin/checkout: learn -BTay Ray Chuan1-2/+19
2010-06-22Merge branch 'jn/checkout-doc' into maintJunio C Hamano1-23/+31
2010-06-21Merge branch 'jn/checkout-doc'Junio C Hamano1-23/+31
2010-06-21Merge branch 'em/checkout-orphan'Junio C Hamano1-14/+21
2010-06-11Documentation/checkout: clarify descriptionJonathan Nieder1-19/+21
2010-06-02Documentation: alter checkout --orphan descriptionErick Mattos1-14/+21
2010-06-02Merge branch 'maint'Junio C Hamano1-0/+4
2010-06-02Documentation: A...B shortcut for checkout and rebaseMichael J Gruber1-0/+4
2010-05-31Documentation/checkout: clarify descriptionJonathan Nieder1-11/+17
2010-03-21git checkout: create unparented branch by --orphanErick Mattos1-1/+19
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano1-1/+12
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe1-0/+2
2009-08-15Implement 'git checkout --patch'Thomas Rast1-1/+12
2009-04-13docs/checkout: clarify what "non-branch" meansJeff King1-5/+5
2009-04-13doc/checkout: split checkout and branch creation in synopsisJeff King1-18/+22
2009-04-13doc/checkout: refer to git-branch(1) as appropriateJeff King1-19/+9
2009-04-13doc: refer to tracking configuration as "upstream"Jeff King1-1/+1
2009-04-13doc: clarify --no-track optionJeff King1-1/+2
2009-04-07Merge branch 'maint'Junio C Hamano1-3/+7
2009-04-07Merge branch 'maint-1.6.1' into maintJunio C Hamano1-4/+8
2009-04-07Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano1-4/+8
2009-04-07git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy1-2/+6
2009-04-07git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy1-2/+2
2009-03-17Documentation: remove extra quoting/emphasis around literal textsChris Johnsen1-2/+2
2009-03-10Typo and language fixes for git-checkout.txtMichael J Gruber1-17/+16
2009-01-17checkout: implement "-" abbreviation, add docs and testsThomas Rast1-0/+4
2008-12-19Documentation: sync example output with git outputMarkus Heidelberg1-1/+0
2008-12-17Clarify documentation of "git checkout <tree-ish> paths" syntaxNanako Shiraishi1-1/+1
2008-10-19Documentation: Spelling fixFredrik Skolmli1-1/+1
2008-09-29Merge branch 'jc/better-conflict-resolution'Shawn O. Pearce1-7/+34
2008-08-31checkout --conflict=<style>: recreate merge in a non-default styleJunio C Hamano1-1/+9
2008-08-30checkout -m: recreate merge when checking out of unmerged indexJunio C Hamano1-3/+8
2008-08-30checkout --ours/--theirs: allow checking out one side of a conflicting mergeJunio C Hamano1-2/+9
2008-08-30checkout -f: allow ignoring unmerged paths when checking out of the indexJunio C Hamano1-6/+13
2008-08-22Extend "checkout --track" DWIM to support more casesAlex Riesen1-3/+10
2008-08-11checkout --track: make up a sensible branch name if '-b' was omittedJohannes Schindelin1-1/+9
2008-07-24checkout: mention '--' in the docsSZEDER Gábor1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-2/+2
2008-07-01Documentation formatting and cleanupJonathan Nieder1-2/+2
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-4/+4
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-1/+2
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-04-27git checkout: add -t alias for --trackMiklos Vajna1-1/+1
2008-03-25Documentation/git-checkout: Update summary to reflect current abilitiesJulian Phillips1-1/+1
2008-02-19doc: documentation update for the branch track changesJay Soffian1-12/+11
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-2/+2
2007-10-02Say when --track is useful in the git-checkout docs.Federico Mena Quintero1-1/+3
2007-08-19Fix misspelling of 'suppress' in docsDave Watson1-1/+1
2007-07-11branch --track: code cleanup and saner handling of local branchesJohannes Schindelin1-3/+2
2007-07-08branch.autosetupmerge: allow boolean values, or "all"Johannes Schindelin1-2/+3
2007-07-02Documentation: minor cleanups to branch/checkout wordingJeff King1-2/+2
2007-07-02Documentation: quote {non-attributes} for asciidocJeff King1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-04-23Reverse the order of -b and --track in the man page.Brian Gernhardt1-1/+1
2007-04-16Documentation: clarify track/no-track option.J. Bruce Fields1-4/+8
2007-04-16Documentation: clarify git-checkout -f, minor editingJ. Bruce Fields1-4/+5
2007-03-10git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini1-2/+13
2007-02-17Convert update-index references in docs to add.Shawn O. Pearce1-3/+4
2007-02-13Documentation: Moving out of detached HEAD does not warn anymore.Junio C Hamano1-16/+6
2007-02-01add a quiet option to git-checkoutNicolas Pitre1-1/+4
2007-01-31Documentation: "git-checkout <tree> <path>" takes any tree-ishJunio C Hamano1-5/+7
2007-01-17Documentation: detached HEADJunio C Hamano1-2/+52
2006-05-23Merge branch 'sp/reflog' into nextJunio C Hamano1-1/+6
2006-05-21Reference git-check-ref-format in git-branch.Shawn Pearce1-1/+4
2006-05-19Enable ref log creation in git checkout -b.Shawn Pearce1-1/+6
2006-04-28Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks1-9/+9
2006-03-17Rewrite synopsis to clarify the two primary uses of git-checkout.Jon Loeliger1-10/+13
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen1-1/+1
2006-01-13checkout: merge local modifications while switching branches.Junio C Hamano1-7/+69
2005-12-12Documentation: more examples.Junio C Hamano1-3/+7
2005-10-18git-checkout: revert specific paths to either index or a given tree-ish.Junio C Hamano1-3/+39
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+43