index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
worktree.c
Age
Commit message (
Expand
)
Author
12 days
Merge branch 'pw/worktree-reduce-the-repository'
Junio C Hamano
2026-03-26
worktree add: stop reading ".git/HEAD"
Phillip Wood
2026-03-11
worktree: do not pass strbuf by value
Deveshi Dwivedi
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
2026-03-04
Merge branch 'pw/no-more-NULL-means-current-worktree'
Junio C Hamano
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
2026-02-25
refs: allow reference location in refstorage config
Karthik Nayak
2026-02-19
path: remove repository argument from worktree_git_path()
Phillip Wood
2026-02-09
Merge branch 'sb/doc-worktree-prune-expire-improvement'
Junio C Hamano
2026-01-28
worktree: clarify that --expire only affects missing worktrees
Sam Bostock
2025-11-26
Merge branch 'pw/worktree-list-display-width-fix'
Junio C Hamano
2025-11-18
worktree list: quote paths
Phillip Wood
2025-11-18
worktree list: fix column spacing
Phillip Wood
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-07-23
config: drop `git_config_set_multivar_in_file_gently()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-06-17
Merge branch 'ly/do-not-localize-bug-messages'
Junio C Hamano
2025-06-03
BUG(): remove leading underscore of the format string
Lidong Yan
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
2025-02-07
path: drop `git_common_path()` in favor of `repo_common_path()`
Patrick Steinhardt
2025-02-07
worktree: return allocated string from `get_worktree_git_dir()`
Patrick Steinhardt
2025-02-07
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
Patrick Steinhardt
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-15
Merge branch 'jc/forbid-head-as-tagname'
Junio C Hamano
2024-12-13
Merge branch 'cw/worktree-extension'
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
2024-12-02
worktree: add relative cli/config options to `repair` command
Caleb White
2024-12-02
worktree: add relative cli/config options to `move` command
Caleb White
2024-12-02
worktree: add relative cli/config options to `add` command
Caleb White
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
2024-10-08
worktree: link worktrees with relative paths
Caleb White
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
2024-08-13
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-08-01
builtin/worktree: fix leaking derived branch names
Patrick Steinhardt
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-27
checkout: clarify memory ownership in `unique_tracking_name()`
Patrick Steinhardt
[next]