index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
git-worktree.txt
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-08-30
worktree: teach 'remove' to override lock when --force given twice
Eric Sunshine
1
-0
/
+1
2018-08-30
worktree: teach 'move' to override lock when --force given twice
Eric Sunshine
1
-0
/
+3
2018-08-30
worktree: teach 'add' to respect --force for registered but missing path
Eric Sunshine
1
-2
/
+6
2018-08-17
worktree: add --quiet option
Elia Pinto
1
-0
/
+4
2018-06-11
checkout & worktree: introduce checkout.defaultRemote
Ævar Arnfjörð Bjarmason
1
-0
/
+9
2018-05-23
Merge branch 'tg/worktree-add-existing-branch'
Junio C Hamano
1
-2
/
+7
2018-05-08
Merge branch 'sb/worktree-remove-opt-force'
Junio C Hamano
1
-1
/
+1
2018-04-30
worktree: teach "add" to check out existing branches
Thomas Gummerer
1
-2
/
+7
2018-04-25
Merge branch 'es/worktree-docs'
Junio C Hamano
1
-9
/
+9
2018-04-18
worktree: accept -f as short for --force for removal
Stefan Beller
1
-1
/
+1
2018-04-09
git-worktree.txt: unify command-line prompt in example blocks
Eric Sunshine
1
-2
/
+2
2018-04-09
git-worktree.txt: recommend 'git worktree remove' over manual deletion
Eric Sunshine
1
-7
/
+7
2018-03-14
Merge branch 'nd/worktree-move'
Junio C Hamano
1
-15
/
+19
2018-02-16
git-worktree.txt: fix indentation of example and text of 'add' command
Eric Sunshine
1
-0
/
+1
2018-02-16
git-worktree.txt: fix missing ")" typo
Eric Sunshine
1
-2
/
+2
2018-02-12
worktree remove: new command
Nguyễn Thái Ngọc Duy
1
-9
/
+12
2018-02-12
worktree move: refuse to move worktrees with submodules
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-12
worktree move: new command
Nguyễn Thái Ngọc Duy
1
-6
/
+7
2018-01-11
Documentation/git-worktree.txt: add missing `
Ralf Thielow
1
-1
/
+1
2017-12-06
add worktree.guessRemote config option
Thomas Gummerer
1
-0
/
+3
[next]