aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/worktree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config_set_multivar_in_file_gently()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-06-17Merge branch 'ly/do-not-localize-bug-messages'Junio C Hamano1-1/+1
2025-06-03BUG(): remove leading underscore of the format stringLidong Yan1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-4/+4
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt1-2/+9
2025-02-07path: drop `git_common_path()` in favor of `repo_common_path()`Patrick Steinhardt1-4/+12
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt1-2/+8
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt1-1/+1
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt1-2/+2
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+2
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano1-4/+4
2024-12-13Merge branch 'cw/worktree-extension'Junio C Hamano1-12/+17
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano1-4/+4
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White1-2/+4
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White1-1/+3
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White1-9/+10
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-10/+18
2024-10-08worktree: link worktrees with relative pathsCaleb White1-7/+9
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt1-2/+2
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-3/+3
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-0/+1
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt1-2/+2
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-0/+1
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt1-3/+4
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-9/+11
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-1/+1
2024-05-27checkout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt1-9/+11
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-1/+1
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-8/+11
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak1-1/+1
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-1/+1
2024-03-15config: add --comment option to add a commentRalph Seichter1-2/+2
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-1/+1
2024-02-06Merge branch 'jc/comment-style-fixes'Junio C Hamano1-5/+5
2024-01-29builtin/worktree: comment style fixesJunio C Hamano1-5/+5
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano1-28/+25
2024-01-08builtin/worktree: create refdb via ref backendPatrick Steinhardt1-26/+22
2024-01-08builtin/worktree: move setup of commondir file earlierPatrick Steinhardt1-3/+4
2024-01-02Merge branch 'jc/orphan-unborn'Junio C Hamano1-3/+3
2023-12-09worktree: simplify incompatibility message for --orphan and commit-ishRené Scharfe1-2/+2
2023-12-09worktree: standardize incompatibility messagesRené Scharfe1-8/+9