aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-worktree.txt
AgeCommit message (Expand)AuthorFilesLines
2023-11-24orphan/unborn: add to the glossary and use them consistentlyJunio C Hamano1-2/+2
2023-10-10doc/git-worktree: mention "refs/rewritten" as per-worktree refsPatrick Steinhardt1-3/+4
2023-05-17worktree add: extend DWIM to infer --orphanJacob Abel1-0/+10
2023-05-17worktree add: add --orphan flagJacob Abel1-1/+5
2023-05-17worktree add: include -B in usage docsJacob Abel1-1/+1
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason1-1/+2
2022-04-04Merge branch 'pw/worktree-list-with-z'Junio C Hamano1-4/+12
2022-03-31worktree: add -z option for list subcommandPhillip Wood1-4/+12
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-7/+7
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-12/+12
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-11/+11
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-16/+15
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-21/+21
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-44/+41
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-23/+27
2022-02-08Documentation: add extensions.worktreeConfig detailsDerrick Stolee1-3/+8
2021-12-04git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine1-1/+1
2021-07-28Merge branch 'sm/worktree-add-lock'Junio C Hamano1-2/+2
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz1-2/+2
2021-06-28git-worktree.txt: fix typo in example pathAndrei Rybak1-1/+1
2021-01-30worktree: teach `list` verbose modeRafael Silva1-0/+20
2021-01-30worktree: teach `list` to annotate prunable worktreeRafael Silva1-2/+24
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva1-2/+26
2020-12-21worktree: teach `repair` to fix multi-directional breakageEric Sunshine1-0/+5
2020-10-12worktree: teach `list` to annotate locked worktreeRafael Silva1-2/+3
2020-09-18Merge branch 'es/wt-add-detach'Junio C Hamano1-0/+13
2020-09-06git-worktree.txt: discuss branch-based vs. throwaway worktreesEric Sunshine1-0/+12
2020-09-06worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine1-0/+1
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine1-3/+11
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine1-1/+9
2020-08-27worktree: add skeleton "repair" commandEric Sunshine1-0/+6
2020-08-03git-worktree.txt: link to man pages when citing other Git commandsEric Sunshine1-2/+3
2020-08-03git-worktree.txt: make start of new sentence more obviousEric Sunshine1-2/+2
2020-08-03git-worktree.txt: fix minor grammatical issuesEric Sunshine1-10/+10
2020-08-03git-worktree.txt: consistently use term "working tree"Eric Sunshine1-11/+11
2020-08-03git-worktree.txt: employ fixed-width typeface consistentlyEric Sunshine1-48/+48
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine1-1/+3
2019-03-18doc: fix typos in man pagesAlexander Blesius1-1/+1
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano1-1/+31
2018-11-13Merge branch 'nd/per-worktree-config'Junio C Hamano1-0/+33
2018-11-05git-worktree.txt: correct linkgit command nameNguyễn Thái Ngọc Duy1-1/+1
2018-10-30Merge branch 'ah/doc-updates'Junio C Hamano1-2/+2
2018-10-23doc: clarify boundaries of 'git worktree list --porcelain'Andreas Heiduk1-2/+2
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy1-1/+14
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy1-0/+33
2018-10-07Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy1-1/+18
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine1-0/+1
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine1-0/+3
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine1-2/+6
2018-08-17worktree: add --quiet optionElia Pinto1-0/+4
2018-06-11checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason1-0/+9
2018-05-23Merge branch 'tg/worktree-add-existing-branch'Junio C Hamano1-2/+7
2018-05-08Merge branch 'sb/worktree-remove-opt-force'Junio C Hamano1-1/+1
2018-04-30worktree: teach "add" to check out existing branchesThomas Gummerer1-2/+7
2018-04-25Merge branch 'es/worktree-docs'Junio C Hamano1-9/+9
2018-04-18worktree: accept -f as short for --force for removalStefan Beller1-1/+1
2018-04-09git-worktree.txt: unify command-line prompt in example blocksEric Sunshine1-2/+2
2018-04-09git-worktree.txt: recommend 'git worktree remove' over manual deletionEric Sunshine1-7/+7
2018-03-14Merge branch 'nd/worktree-move'Junio C Hamano1-15/+19
2018-02-16git-worktree.txt: fix indentation of example and text of 'add' commandEric Sunshine1-0/+1
2018-02-16git-worktree.txt: fix missing ")" typoEric Sunshine1-2/+2
2018-02-12worktree remove: new commandNguyễn Thái Ngọc Duy1-9/+12
2018-02-12worktree move: refuse to move worktrees with submodulesNguyễn Thái Ngọc Duy1-1/+1
2018-02-12worktree move: new commandNguyễn Thái Ngọc Duy1-6/+7
2018-01-11Documentation/git-worktree.txt: add missing `Ralf Thielow1-1/+1
2017-12-06add worktree.guessRemote config optionThomas Gummerer1-0/+3
2017-12-06worktree: add --guess-remote flag to add subcommandThomas Gummerer1-0/+7
2017-11-27worktree: make add <path> <branch> dwimThomas Gummerer1-0/+8
2017-11-27worktree: add --[no-]track option to the add subcommandThomas Gummerer1-0/+6
2017-11-27worktree: add can be created from any commit-ishThomas Gummerer1-10/+10
2017-04-20worktree add: add --lock optionNguyễn Thái Ngọc Duy1-1/+6
2017-02-24Merge branch 'bc/worktree-doc-fix-detached'Junio C Hamano1-1/+1
2017-02-22Documentation: correctly spell git worktree --detachbrian m. carlson1-1/+1
2016-11-17Merge branch 'nd/worktree-lock'Junio C Hamano1-1/+1
2016-11-13git-worktree.txt: fix typo "to"/"two", and add commaBen North1-1/+1
2016-07-28Merge branch 'nd/worktree-lock'Junio C Hamano1-6/+30
2016-07-08worktree.c: find_worktree() search by path suffixNguyễn Thái Ngọc Duy1-0/+5
2016-07-08worktree: add "unlock" commandNguyễn Thái Ngọc Duy1-0/+5
2016-07-08worktree: add "lock" commandNguyễn Thái Ngọc Duy1-6/+20
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano1-5/+5
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA1-1/+2
2016-05-24git-worktree.txt: keep subcommand listing in alphabetical orderNguyễn Thái Ngọc Duy1-5/+5
2016-03-29worktree: add: introduce --checkout optionRay Zhang1-1/+7
2016-01-22worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy1-5/+10
2015-10-08worktree: add 'list' commandMichael Rappazzo1-1/+48
2015-08-05Documentation/git-worktree: fix duplicated 'from'Patrick Steinhardt1-1/+1
2015-07-24Documentation/git-worktree: fix broken 'linkgit' invocationEric Sunshine1-1/+1
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine1-3/+3
2015-07-20config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine1-1/+1
2015-07-20Documentation/git-worktree: fix incorrect reference to file "locked"Michael Haggerty1-1/+1
2015-07-20Documentation/git-worktree: consistently use term "linked working tree"Michael Haggerty1-18/+18
2015-07-16worktree: caution that this is still experimentalJunio C Hamano1-2/+3
2015-07-16Documentation/git-worktree: fix stale "git checkout --to" referencesEric Sunshine1-2/+2
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine1-2/+6
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine1-0/+1
2015-07-06worktree: add -b/-B optionsEric Sunshine1-3/+10
2015-07-06worktree: add --detach optionEric Sunshine1-1/+5
2015-07-06worktree: add --force optionEric Sunshine1-1/+7
2015-07-06worktree: introduce "add" commandEric Sunshine1-10/+10
2015-07-06Documentation/git-worktree: add EXAMPLES sectionEric Sunshine1-0/+22
2015-07-06Documentation/git-worktree: add high-level 'lock' overviewEric Sunshine1-9/+15
2015-07-06Documentation/git-worktree: split technical info from general descriptionEric Sunshine1-34/+36
2015-07-06Documentation/git-worktree: add BUGS sectionEric Sunshine1-3/+16
2015-07-06Documentation: move linked worktree description from checkout to worktreeEric Sunshine1-0/+62
2015-07-06Documentation/git-worktree: associate options with commandsEric Sunshine1-3/+3
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy1-0/+48