summaryrefslogtreecommitdiff
path: root/Documentation/git-worktree.txt
AgeCommit message (Expand)Author
2023-11-24orphan/unborn: add to the glossary and use them consistentlyJunio C Hamano
2023-10-10doc/git-worktree: mention "refs/rewritten" as per-worktree refsPatrick Steinhardt
2023-05-17worktree add: extend DWIM to infer --orphanJacob Abel
2023-05-17worktree add: add --orphan flagJacob Abel
2023-05-17worktree add: include -B in usage docsJacob Abel
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
2022-04-04Merge branch 'pw/worktree-list-with-z'Junio C Hamano
2022-03-31worktree: add -z option for list subcommandPhillip Wood
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee
2022-02-08Documentation: add extensions.worktreeConfig detailsDerrick Stolee
2021-12-05git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine
2021-07-28Merge branch 'sm/worktree-add-lock'Junio C Hamano
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz
2021-06-28git-worktree.txt: fix typo in example pathAndrei Rybak
2021-01-30worktree: teach `list` verbose modeRafael Silva
2021-01-30worktree: teach `list` to annotate prunable worktreeRafael Silva
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva
2020-12-21worktree: teach `repair` to fix multi-directional breakageEric Sunshine
2020-10-12worktree: teach `list` to annotate locked worktreeRafael Silva
2020-09-19Merge branch 'es/wt-add-detach'Junio C Hamano
2020-09-07git-worktree.txt: discuss branch-based vs. throwaway worktreesEric Sunshine
2020-09-07worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine
2020-08-27worktree: add skeleton "repair" commandEric Sunshine
2020-08-04git-worktree.txt: link to man pages when citing other Git commandsEric Sunshine
2020-08-04git-worktree.txt: make start of new sentence more obviousEric Sunshine
2020-08-04git-worktree.txt: fix minor grammatical issuesEric Sunshine
2020-08-04git-worktree.txt: consistently use term "working tree"Eric Sunshine
2020-08-04git-worktree.txt: employ fixed-width typeface consistentlyEric Sunshine
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine
2019-03-18doc: fix typos in man pagesAlexander Blesius
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-config'Junio C Hamano
2018-11-05git-worktree.txt: correct linkgit command nameNguyễn Thái Ngọc Duy
2018-10-30Merge branch 'ah/doc-updates'Junio C Hamano
2018-10-23doc: clarify boundaries of 'git worktree list --porcelain'Andreas Heiduk
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy
2018-10-06Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine
2018-08-17worktree: add --quiet optionElia Pinto