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
*
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
*
|
worktree: teach "repair" to fix outgoing links to worktrees
Eric Sunshine
2020-08-31
1
-0
/
+74
*
|
worktree: teach "repair" to fix worktree back-links to main worktree
Eric Sunshine
2020-08-31
1
-0
/
+61
|
/
*
worktree: retire special-case normalization of main worktree path
Eric Sunshine
2020-08-01
1
-4
/
+2
*
worktree: drop bogus and unnecessary path munging
Eric Sunshine
2020-08-01
1
-6
/
+1
*
worktree: drop unused code from get_linked_worktree()
Eric Sunshine
2020-08-01
1
-3
/
+0
*
worktree: drop pointless strbuf_release()
Eric Sunshine
2020-08-01
1
-2
/
+0
*
Merge branch 'es/worktree-code-cleanup'
Junio C Hamano
2020-07-07
1
-3
/
+3
|
\
|
*
worktree: avoid dead-code in conditional
Eric Sunshine
2020-06-25
1
-3
/
+3
*
|
Merge branch 'es/get-worktrees-unsort'
Junio C Hamano
2020-07-07
1
-17
/
+3
|
\
\
|
*
|
worktree: drop get_worktrees() unused 'flags' argument
Eric Sunshine
2020-06-22
1
-3
/
+3
|
*
|
worktree: drop get_worktrees() special-purpose sorting option
Eric Sunshine
2020-06-22
1
-14
/
+0
|
|
/
*
|
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
2020-03-27
1
-6
/
+4
|
\
\
|
*
|
worktree: allow repository version 1
brian m. carlson
2020-02-24
1
-6
/
+4
*
|
|
real_path_if_valid(): remove unsafe API
Alexandr Miloslavskiy
2020-03-10
1
-2
/
+5
*
|
|
real_path: remove unsafe API
Alexandr Miloslavskiy
2020-03-10
1
-1
/
+4
|
|
/
|
/
|
*
|
Merge branch 'hv/receive-denycurrent-everywhere'
Junio C Hamano
2020-03-05
1
-0
/
+1
|
\
\
|
*
|
get_main_worktree(): allow it to be called in the Git directory
Hariom Verma
2020-02-24
1
-0
/
+1
|
|
/
*
|
Merge branch 'es/worktree-avoid-duplication-fix'
Junio C Hamano
2020-03-05
1
-6
/
+10
|
\
\
|
*
|
worktree: add utility to find worktree by pathname
Eric Sunshine
2020-02-24
1
-6
/
+10
|
|
/
*
/
worktree: drop unused code from get_main_worktree()
Eric Sunshine
2020-02-24
1
-4
/
+0
|
/
*
Merge branch 'nd/corrupt-worktrees'
Junio C Hamano
2019-06-13
1
-2
/
+5
|
\
|
*
worktree add: be tolerant of corrupt worktrees
Nguyễn Thái Ngọc Duy
2019-05-15
1
-2
/
+5
*
|
Merge branch 'jt/submodule-repo-is-with-worktree'
Junio C Hamano
2019-05-08
1
-4
/
+10
|
\
\
|
*
|
worktree: update is_bare heuristics
Jonathan Tan
2019-04-21
1
-4
/
+10
|
|
/
*
/
setup: fix memory leaks with `struct repository_format`
Martin Ågren
2019-03-01
1
-1
/
+3
|
/
*
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
2018-11-13
1
-3
/
+76
|
\
|
*
revision.c: better error reporting on ref from different worktrees
Nguyễn Thái Ngọc Duy
2018-10-22
1
-3
/
+46
|
*
refs: new ref types to make per-worktree refs visible to all worktrees
Nguyễn Thái Ngọc Duy
2018-10-22
1
-0
/
+30
*
|
worktree: rename is_worktree_locked to worktree_lock_reason
Nickolai Belakovski
2018-10-31
1
-1
/
+1
|
/
*
worktree: don't die() in library function find_worktree()
Eric Sunshine
2018-08-30
1
-1
/
+5
*
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
worktree remove: allow it when $GIT_WORK_TREE is already gone
Nguyễn Thái Ngọc Duy
2018-02-12
1
-1
/
+8
[next]