index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
worktree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-26
1
-11
/
+16
|
\
|
*
worktree: expose interface to look up worktree by name
Patrick Steinhardt
2024-01-08
1
-11
/
+16
*
|
Merge branch 'ps/refstorage-extension'
Junio C Hamano
2024-01-16
1
-8
/
+23
|
\
|
|
*
worktree: skip reading HEAD when repairing worktrees
Patrick Steinhardt
2024-01-02
1
-8
/
+23
*
|
Merge branch 'rj/status-bisect-while-rebase'
Junio C Hamano
2024-01-02
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
status: fix branch shown when not only bisecting
Rubén Justo
2023-10-17
1
-2
/
+2
*
|
worktree: mark unused parameters in noop repair callback
Jeff King
2023-08-30
1
-2
/
+4
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
\
|
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-1
/
+1
*
|
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
/
*
/
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
1
-2
/
+2
|
/
*
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
2023-03-21
1
-1
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
Merge branch 'rj/avoid-switching-to-already-used-branch'
Junio C Hamano
2023-03-19
1
-32
/
+31
|
\
|
*
branch: fix die_if_checked_out() when ignore_current_worktree
Rubén Justo
2023-02-25
1
-2
/
+1
|
*
worktree: introduce is_shared_symref()
Rubén Justo
2023-02-25
1
-31
/
+31
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
/
*
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
2022-09-19
1
-52
/
+7
*
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
|
*
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
\
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
|
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
2022-02-26
1
-0
/
+73
|
\
\
\
|
*
|
|
worktree: create init_worktree_config()
Derrick Stolee
2022-02-08
1
-0
/
+73
|
|
/
/
*
/
/
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
2022-01-27
1
-8
/
+3
|
/
/
*
|
worktree: simplify find_shared_symref() memory ownership model
Anders Kaseorg
2021-12-02
1
-6
/
+2
*
|
refs API: post-migration API renaming [2/2]
Ævar Arnfjörð Bjarmason
2021-10-16
1
-3
/
+3
*
|
refs API: ignore errno in worktree.c's find_shared_symref()
Ævar Arnfjörð Bjarmason
2021-10-16
1
-2
/
+4
*
|
refs API: ignore errno in worktree.c's add_head_info()
Ævar Arnfjörð Bjarmason
2021-10-16
1
-2
/
+4
*
|
refs API: remove refs_read_ref_full() wrapper
Ævar Arnfjörð Bjarmason
2021-10-16
1
-4
/
+5
|
/
*
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+1
*
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
2021-05-13
1
-9
/
+3
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
*
worktree: teach worktree_lock_reason() to gently handle main worktree
Rafael Silva
2021-01-30
1
-1
/
+2
*
worktree: teach worktree to lazy-load "prunable" reason
Rafael Silva
2021-01-30
1
-0
/
+20
*
worktree: libify should_prune_worktree()
Rafael Silva
2021-01-30
1
-0
/
+68
*
worktree: teach `repair` to fix multi-directional breakage
Eric Sunshine
2020-12-21
1
-0
/
+41
*
Merge branch 'ma/worktree-cleanups'
Junio C Hamano
2020-10-05
1
-26
/
+20
|
\
|
*
worktree: use skip_prefix to parse target
Martin Ågren
2020-09-27
1
-7
/
+7
|
*
worktree: rename copy-pasted variable
Martin Ågren
2020-09-27
1
-6
/
+6
|
*
worktree: update renamed variable in comment
Martin Ågren
2020-09-27
1
-1
/
+1
|
*
worktree: inline `worktree_ref()` into its only caller
Martin Ågren
2020-09-27
1
-11
/
+6
|
*
wt-status: introduce wt_status_state_free_buffers()
Martin Ågren
2020-09-27
1
-3
/
+2
[next]