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
/
builtin
/
worktree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
Merge branch 'es/wt-add-detach'
Junio C Hamano
1
-1
/
+1
2020-09-09
Merge branch 'es/worktree-repair'
Junio C Hamano
1
-0
/
+30
2020-09-09
Merge branch 'jk/worktree-check-clean-leakfix'
Junio C Hamano
1
-5
/
+3
2020-09-06
worktree: teach `add` to recognize -d as shorthand for --detach
Eric Sunshine
1
-1
/
+1
2020-08-31
worktree: teach "repair" to fix outgoing links to worktrees
Eric Sunshine
1
-2
/
+5
2020-08-31
worktree: teach "repair" to fix worktree back-links to main worktree
Eric Sunshine
1
-0
/
+12
2020-08-27
worktree: add skeleton "repair" command
Eric Sunshine
1
-0
/
+15
2020-08-27
worktree: fix leak in check_clean_worktree()
Jeff King
1
-5
/
+3
2020-07-30
strvec: rename struct fields
Jeff King
1
-3
/
+3
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-9
/
+9
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-21
/
+21
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-07-06
Merge branch 'es/get-worktrees-unsort'
Junio C Hamano
1
-6
/
+26
2020-06-22
Merge branch 'es/worktree-duplicate-paths'
Junio C Hamano
1
-35
/
+93
2020-06-22
worktree: drop get_worktrees() unused 'flags' argument
Eric Sunshine
1
-6
/
+6
2020-06-22
worktree: drop get_worktrees() special-purpose sorting option
Eric Sunshine
1
-1
/
+21
2020-06-10
worktree: make "move" refuse to move atop missing registered worktree
Eric Sunshine
1
-2
/
+1
2020-06-10
worktree: generalize candidate worktree path validation
Eric Sunshine
1
-13
/
+16
2020-06-10
worktree: prune linked worktree referencing main worktree path
Eric Sunshine
1
-0
/
+15
2020-06-10
worktree: prune duplicate entries referencing same worktree path
Eric Sunshine
1
-6
/
+43
2020-06-10
worktree: make high-level pruning re-usable
Eric Sunshine
1
-6
/
+9
2020-06-10
worktree: give "should be pruned?" function more meaningful name
Eric Sunshine
1
-2
/
+2
2020-06-08
worktree: factor out repeated string literal
Eric Sunshine
1
-11
/
+12
2020-03-10
real_path: remove unsafe API
Alexandr Miloslavskiy
1
-3
/
+6
2020-02-24
worktree: don't allow "add" validation to be fooled by suffix matching
Eric Sunshine
1
-8
/
+1
2019-12-01
Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'
Junio C Hamano
1
-1
/
+1
2019-10-30
worktree: teach "add" to ignore submodule.recurse config
Philippe Blain
1
-1
/
+1
2019-10-11
Merge branch 'rs/dedup-includes'
Junio C Hamano
1
-1
/
+0
2019-10-11
Merge branch 'bc/object-id-part17'
Junio C Hamano
1
-1
/
+1
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
1
-1
/
+0
2019-08-19
builtin/worktree: switch null_sha1 to null_oid
brian m. carlson
1
-1
/
+1
2019-08-13
worktree remove: clarify error message on dirty worktree
SZEDER Gábor
1
-1
/
+1
2019-06-13
Merge branch 'nd/worktree-name-sanitization'
Junio C Hamano
1
-1
/
+9
2019-05-15
worktree add: sanitize worktree names
Nguyễn Thái Ngọc Duy
1
-1
/
+9
2019-04-10
Merge branch 'ms/worktree-add-atomic-mkdir'
Junio C Hamano
1
-5
/
+7
2019-03-12
worktree: fix worktree add race
Michal Suchanek
1
-5
/
+7
2019-02-22
trace2:data: add trace2 hook classification
Jeff Hostetler
1
-0
/
+1
2019-01-07
worktree: allow to (re)move worktrees with uninitialized submodules
Nguyễn Thái Ngọc Duy
1
-6
/
+23
2018-10-31
worktree: rename is_worktree_locked to worktree_lock_reason
Nickolai Belakovski
1
-5
/
+5
2018-08-30
worktree: delete .git/worktrees if empty after 'remove'
Eric Sunshine
1
-1
/
+7
2018-08-30
worktree: teach 'remove' to override lock when --force given twice
Eric Sunshine
1
-5
/
+6
2018-08-30
worktree: teach 'move' to override lock when --force given twice
Eric Sunshine
1
-4
/
+9
2018-08-30
worktree: teach 'add' to respect --force for registered but missing path
Eric Sunshine
1
-2
/
+8
2018-08-30
worktree: disallow adding same path multiple times
Eric Sunshine
1
-0
/
+25
2018-08-30
worktree: prepare for more checks of whether path can become worktree
Eric Sunshine
1
-2
/
+7
2018-08-30
worktree: generalize delete_git_dir() to reduce code duplication
Eric Sunshine
1
-16
/
+9
2018-08-30
worktree: move delete_git_dir() earlier in file for upcoming new callers
Eric Sunshine
1
-14
/
+14
2018-08-17
worktree: add --quiet option
Elia Pinto
1
-3
/
+13
2018-06-11
checkout: pass the "num_matches" up to callers
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2018-05-23
Merge branch 'tg/worktree-add-existing-branch'
Junio C Hamano
1
-27
/
+74
[next]