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
2022-03-06
Merge branch 'ds/worktree-docs'
Junio C Hamano
1
-63
/
+75
2022-02-25
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
1
-0
/
+63
2022-02-23
worktree: extract checkout_worktree()
Derrick Stolee
1
-11
/
+15
2022-02-23
worktree: extract copy_sparse_checkout()
Derrick Stolee
1
-15
/
+18
2022-02-23
worktree: extract copy_filtered_worktree_config()
Derrick Stolee
1
-39
/
+42
2022-02-23
worktree: combine two translatable messages
Derrick Stolee
1
-2
/
+4
2022-02-09
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
1
-15
/
+11
2022-02-08
worktree: copy sparse-checkout patterns and config on add
Derrick Stolee
1
-0
/
+63
2022-01-07
hooks: convert worktree 'post-checkout' hook to hook library
Emily Shaffer
1
-15
/
+11
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: refactor "%s, %s and %s are mutually exclusive"
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: refactor "foo and bar are mutually exclusive"
Jean-Noël Avila
1
-1
/
+1
2021-12-15
Merge branch 'es/worktree-chatty-to-stderr'
Junio C Hamano
1
-7
/
+7
2021-12-04
worktree: send "chatty" messages to stderr
Eric Sunshine
1
-7
/
+7
2021-11-25
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-11-25
worktree: stop being overly intimate with run_command() internals
Eric Sunshine
1
-4
/
+3
2021-09-27
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-07-15
worktree: teach `add` to accept --reason <string> with --lock
Stephen Manz
1
-5
/
+16
2021-07-14
worktree: mark lock strings with `_()` for translation
Stephen Manz
1
-2
/
+2
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
1
-3
/
+1
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
1
-3
/
+1
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-2
/
+2
2021-03-14
worktree: fix leak in dwim_branch()
Andrzej Hunt
1
-4
/
+6
2021-01-30
worktree: teach `list` verbose mode
Rafael Silva
1
-2
/
+12
2021-01-30
worktree: teach `list` to annotate prunable worktree
Rafael Silva
1
-0
/
+10
2021-01-30
worktree: teach `list --porcelain` to annotate locked worktree
Rafael Silva
1
-0
/
+13
2021-01-30
worktree: teach worktree_lock_reason() to gently handle main worktree
Rafael Silva
1
-1
/
+1
2021-01-30
worktree: libify should_prune_worktree()
Rafael Silva
1
-74
/
+1
2020-12-21
worktree: teach `repair` to fix multi-directional breakage
Eric Sunshine
1
-1
/
+1
2020-11-30
Merge branch 'mt/worktree-error-message-fix'
Junio C Hamano
1
-2
/
+2
2020-11-21
worktree: fix order of arguments in error message
Matheus Tavares
1
-2
/
+2
2020-10-12
worktree: teach `list` to annotate locked worktree
Rafael Silva
1
-1
/
+4
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
[next]