aboutsummaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)Author
12 daysMerge branch 'pw/worktree-reduce-the-repository'Junio C Hamano
2026-03-26worktree add: stop reading ".git/HEAD"Phillip Wood
2026-03-11worktree: do not pass strbuf by valueDeveshi Dwivedi
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello
2026-02-25refs: allow reference location in refstorage configKarthik Nayak
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood
2026-02-09Merge branch 'sb/doc-worktree-prune-expire-improvement'Junio C Hamano
2026-01-28worktree: clarify that --expire only affects missing worktreesSam Bostock
2025-11-26Merge branch 'pw/worktree-list-display-width-fix'Junio C Hamano
2025-11-18worktree list: quote pathsPhillip Wood
2025-11-18worktree list: fix column spacingPhillip Wood
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-07-23config: drop `git_config_set_multivar_in_file_gently()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-06-17Merge branch 'ly/do-not-localize-bug-messages'Junio C Hamano
2025-06-03BUG(): remove leading underscore of the format stringLidong Yan
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-07path: drop `git_common_path()` in favor of `repo_common_path()`Patrick Steinhardt
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano
2024-12-13Merge branch 'cw/worktree-extension'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-10-08worktree: link worktrees with relative pathsCaleb White
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-27checkout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt