summaryrefslogtreecommitdiffstats
path: root/Documentation/git-worktree.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pw/worktree-list-with-z'Junio C Hamano2022-04-041-4/+12
|\
| * worktree: add -z option for list subcommandPhillip Wood2022-03-311-4/+12
* | worktree: use 'worktree' over 'working tree'Derrick Stolee2022-02-231-7/+7
* | worktree: use 'worktree' over 'working tree'Derrick Stolee2022-02-231-12/+12
* | worktree: use 'worktree' over 'working tree'Derrick Stolee2022-02-231-11/+11
* | worktree: use 'worktree' over 'working tree'Derrick Stolee2022-02-231-16/+15
* | worktree: use 'worktree' over 'working tree'Derrick Stolee2022-02-231-21/+21
* | worktree: use 'worktree' over 'working tree'Derrick Stolee2022-02-231-44/+41
* | worktree: use 'worktree' over 'working tree'Derrick Stolee2022-02-231-23/+27
* | Documentation: add extensions.worktreeConfig detailsDerrick Stolee2022-02-081-3/+8
|/
* git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine2021-12-051-1/+1
* Merge branch 'sm/worktree-add-lock'Junio C Hamano2021-07-281-2/+2
|\
| * worktree: teach `add` to accept --reason <string> with --lockStephen Manz2021-07-151-2/+2
* | git-worktree.txt: fix typo in example pathAndrei Rybak2021-06-281-1/+1
|/
* worktree: teach `list` verbose modeRafael Silva2021-01-301-0/+20
* worktree: teach `list` to annotate prunable worktreeRafael Silva2021-01-301-2/+24
* worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva2021-01-301-2/+26
* worktree: teach `repair` to fix multi-directional breakageEric Sunshine2020-12-211-0/+5
* worktree: teach `list` to annotate locked worktreeRafael Silva2020-10-121-2/+3
* Merge branch 'es/wt-add-detach'Junio C Hamano2020-09-191-0/+13
|\
| * git-worktree.txt: discuss branch-based vs. throwaway worktreesEric Sunshine2020-09-071-0/+12
| * worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine2020-09-071-0/+1
* | worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine2020-08-311-3/+11
* | worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine2020-08-311-1/+9
* | worktree: add skeleton "repair" commandEric Sunshine2020-08-271-0/+6
|/
* git-worktree.txt: link to man pages when citing other Git commandsEric Sunshine2020-08-041-2/+3
* git-worktree.txt: make start of new sentence more obviousEric Sunshine2020-08-041-2/+2
* git-worktree.txt: fix minor grammatical issuesEric Sunshine2020-08-041-10/+10
* git-worktree.txt: consistently use term "working tree"Eric Sunshine2020-08-041-11/+11
* git-worktree.txt: employ fixed-width typeface consistentlyEric Sunshine2020-08-041-48/+48
* worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine2020-06-101-1/+3
* doc: fix typos in man pagesAlexander Blesius2019-03-181-1/+1
* Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-131-1/+31
|\
| * git-worktree.txt: correct linkgit command nameNguyễn Thái Ngọc Duy2018-11-051-1/+1
| * refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy2018-10-221-1/+14
| * Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy2018-10-071-1/+18
* | Merge branch 'nd/per-worktree-config'Junio C Hamano2018-11-131-0/+33
|\ \
| * | worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-221-0/+33
| |/
* | Merge branch 'ah/doc-updates'Junio C Hamano2018-10-301-2/+2
|\ \ | |/ |/|
| * doc: clarify boundaries of 'git worktree list --porcelain'Andreas Heiduk2018-10-231-2/+2
* | worktree: teach 'remove' to override lock when --force given twiceEric Sunshine2018-08-301-0/+1
* | worktree: teach 'move' to override lock when --force given twiceEric Sunshine2018-08-301-0/+3
* | worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine2018-08-301-2/+6
|/
* worktree: add --quiet optionElia Pinto2018-08-181-0/+4
* checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason2018-06-111-0/+9
* Merge branch 'tg/worktree-add-existing-branch'Junio C Hamano2018-05-231-2/+7
|\
| * worktree: teach "add" to check out existing branchesThomas Gummerer2018-04-301-2/+7
* | Merge branch 'sb/worktree-remove-opt-force'Junio C Hamano2018-05-081-1/+1
|\ \
| * | worktree: accept -f as short for --force for removalStefan Beller2018-04-181-1/+1
* | | Merge branch 'es/worktree-docs'Junio C Hamano2018-04-251-9/+9
|\ \ \ | |/ / |/| |