index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worktree.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
worktree repair: detect relative path in .git file correctly
Yoichi NAKAYAMA
1
-12
/
+8
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-51
/
+64
2026-07-16
worktree: pass repository to file-local functions
Patrick Steinhardt
1
-21
/
+26
2026-07-16
worktree: refactor code to use available repositories
Patrick Steinhardt
1
-7
/
+7
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
1
-1
/
+1
2026-06-11
environment: split up concerns of `is_bare_repository_cfg`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `upgrade_repository_format()`
Patrick Steinhardt
1
-1
/
+1
2026-05-02
worktree: rename get_worktree_from_repository()
Phillip Wood
1
-1
/
+1
2026-04-03
Merge branch 'pw/worktree-reduce-the-repository'
Junio C Hamano
1
-5
/
+5
2026-03-26
worktree: reject NULL worktree in get_worktree_git_dir()
Phillip Wood
1
-1
/
+1
2026-03-26
worktree: remove "the_repository" from is_current_worktree()
Phillip Wood
1
-4
/
+4
2026-03-19
Merge branch 'dd/list-objects-filter-options-wo-strbuf-split'
Junio C Hamano
1
-11
/
+11
2026-03-16
Merge branch 'ty/setup-error-tightening'
Junio C Hamano
1
-2
/
+4
2026-03-11
worktree: do not pass strbuf by value
Deveshi Dwivedi
1
-11
/
+11
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
1
-1
/
+1
2026-03-04
setup: improve error diagnosis for invalid .git files
Tian Yuchen
1
-2
/
+4
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
1
-1
/
+1
2026-02-19
path: remove repository argument from worktree_git_path()
Phillip Wood
1
-1
/
+1
2026-02-19
wt-status: avoid passing NULL worktree
Phillip Wood
1
-0
/
+20
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-2
/
+9
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-03-26
Merge branch 'sj/ref-consistency-checks-more'
Junio C Hamano
1
-0
/
+5
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-16
/
+33
2025-02-27
builtin/refs: get worktrees without reading head information
shejialuo
1
-0
/
+5
2025-02-07
path: drop `git_common_path()` in favor of `repo_common_path()`
Patrick Steinhardt
1
-8
/
+24
2025-02-07
worktree: return allocated string from `get_worktree_git_dir()`
Patrick Steinhardt
1
-5
/
+6
2025-02-07
path: refactor `repo_submodule_path()` family of functions
Patrick Steinhardt
1
-1
/
+2
2025-02-07
path: refactor `repo_common_path()` family of functions
Patrick Steinhardt
1
-3
/
+2
2025-02-05
worktree: detect from secondary worktree if main worktree is bare
Olga Pilipenco
1
-9
/
+32
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-02
worktree: refactor `repair_worktree_after_gitdir_move()`
Caleb White
1
-21
/
+8
2024-12-02
worktree: add relative cli/config options to `repair` command
Caleb White
1
-29
/
+27
2024-12-02
worktree: add relative cli/config options to `move` command
Caleb White
1
-13
/
+9
2024-12-02
worktree: add `write_worktree_linking_files()` function
Caleb White
1
-0
/
+35
2024-12-02
worktree: refactor infer_backlink return
Caleb White
1
-7
/
+8
2024-10-08
worktree: link worktrees with relative paths
Caleb White
1
-43
/
+164
2024-10-08
worktree: refactor infer_backlink() to use *strbuf
Caleb White
1
-24
/
+24
2024-10-08
Merge branch 'es/worktree-repair-copied' into cw/worktrees-relative
Junio C Hamano
1
-1
/
+39
2024-09-23
worktree: repair copied repository and linked worktrees
Eric Sunshine
1
-1
/
+39
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
1
-4
/
+4
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-2
/
+2
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-08-13
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-06
worktree: don't store main worktree twice
Patrick Steinhardt
1
-18
/
+11
2024-05-17
refs: retrieve worktree ref stores via associated repository
Patrick Steinhardt
1
-0
/
+2
2024-03-15
config: add --comment option to add a comment
Ralph Seichter
1
-2
/
+2
[next]