index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-worktree.txt
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-21
doc: use .adoc extension for AsciiDoc files
brian m. carlson
1
-529
/
+0
2024-12-02
worktree: add relative cli/config options to `repair` command
Caleb White
1
-0
/
+3
2024-12-02
worktree: add relative cli/config options to `add` command
Caleb White
1
-0
/
+5
2024-09-23
worktree: repair copied repository and linked worktrees
Eric Sunshine
1
-1
/
+1
2023-11-24
orphan/unborn: add to the glossary and use them consistently
Junio C Hamano
1
-2
/
+2
2023-10-10
doc/git-worktree: mention "refs/rewritten" as per-worktree refs
Patrick Steinhardt
1
-3
/
+4
2023-05-17
worktree add: extend DWIM to infer --orphan
Jacob Abel
1
-0
/
+10
2023-05-17
worktree add: add --orphan flag
Jacob Abel
1
-1
/
+5
2023-05-17
worktree add: include -B in usage docs
Jacob Abel
1
-1
/
+1
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-04-04
Merge branch 'pw/worktree-list-with-z'
Junio C Hamano
1
-4
/
+12
2022-03-31
worktree: add -z option for list subcommand
Phillip Wood
1
-4
/
+12
2022-02-23
worktree: use 'worktree' over 'working tree'
Derrick Stolee
1
-7
/
+7
2022-02-23
worktree: use 'worktree' over 'working tree'
Derrick Stolee
1
-12
/
+12
2022-02-23
worktree: use 'worktree' over 'working tree'
Derrick Stolee
1
-11
/
+11
2022-02-23
worktree: use 'worktree' over 'working tree'
Derrick Stolee
1
-16
/
+15
2022-02-23
worktree: use 'worktree' over 'working tree'
Derrick Stolee
1
-21
/
+21
2022-02-23
worktree: use 'worktree' over 'working tree'
Derrick Stolee
1
-44
/
+41
2022-02-23
worktree: use 'worktree' over 'working tree'
Derrick Stolee
1
-23
/
+27
2022-02-08
Documentation: add extensions.worktreeConfig details
Derrick Stolee
1
-3
/
+8
2021-12-04
git-worktree.txt: add missing `-v` to synopsis for `worktree list`
Eric Sunshine
1
-1
/
+1
2021-07-28
Merge branch 'sm/worktree-add-lock'
Junio C Hamano
1
-2
/
+2
2021-07-15
worktree: teach `add` to accept --reason <string> with --lock
Stephen Manz
1
-2
/
+2
2021-06-28
git-worktree.txt: fix typo in example path
Andrei Rybak
1
-1
/
+1
2021-01-30
worktree: teach `list` verbose mode
Rafael Silva
1
-0
/
+20
2021-01-30
worktree: teach `list` to annotate prunable worktree
Rafael Silva
1
-2
/
+24
2021-01-30
worktree: teach `list --porcelain` to annotate locked worktree
Rafael Silva
1
-2
/
+26
2020-12-21
worktree: teach `repair` to fix multi-directional breakage
Eric Sunshine
1
-0
/
+5
2020-10-12
worktree: teach `list` to annotate locked worktree
Rafael Silva
1
-2
/
+3
2020-09-18
Merge branch 'es/wt-add-detach'
Junio C Hamano
1
-0
/
+13
2020-09-06
git-worktree.txt: discuss branch-based vs. throwaway worktrees
Eric Sunshine
1
-0
/
+12
2020-09-06
worktree: teach `add` to recognize -d as shorthand for --detach
Eric Sunshine
1
-0
/
+1
2020-08-31
worktree: teach "repair" to fix outgoing links to worktrees
Eric Sunshine
1
-3
/
+11
2020-08-31
worktree: teach "repair" to fix worktree back-links to main worktree
Eric Sunshine
1
-1
/
+9
2020-08-27
worktree: add skeleton "repair" command
Eric Sunshine
1
-0
/
+6
2020-08-03
git-worktree.txt: link to man pages when citing other Git commands
Eric Sunshine
1
-2
/
+3
2020-08-03
git-worktree.txt: make start of new sentence more obvious
Eric Sunshine
1
-2
/
+2
2020-08-03
git-worktree.txt: fix minor grammatical issues
Eric Sunshine
1
-10
/
+10
2020-08-03
git-worktree.txt: consistently use term "working tree"
Eric Sunshine
1
-11
/
+11
2020-08-03
git-worktree.txt: employ fixed-width typeface consistently
Eric Sunshine
1
-48
/
+48
2020-06-10
worktree: make "move" refuse to move atop missing registered worktree
Eric Sunshine
1
-1
/
+3
2019-03-18
doc: fix typos in man pages
Alexander Blesius
1
-1
/
+1
2018-11-13
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
1
-1
/
+31
2018-11-13
Merge branch 'nd/per-worktree-config'
Junio C Hamano
1
-0
/
+33
2018-11-05
git-worktree.txt: correct linkgit command name
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-10-30
Merge branch 'ah/doc-updates'
Junio C Hamano
1
-2
/
+2
2018-10-23
doc: clarify boundaries of 'git worktree list --porcelain'
Andreas Heiduk
1
-2
/
+2
2018-10-22
refs: new ref types to make per-worktree refs visible to all worktrees
Nguyễn Thái Ngọc Duy
1
-1
/
+14
2018-10-22
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
1
-0
/
+33
2018-10-07
Add a place for (not) sharing stuff between worktrees
Nguyễn Thái Ngọc Duy
1
-1
/
+18
[next]