summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'rs/worktree-add-basename-fixes'Junio C Hamano1-19/+14
5 daysMerge branch 'yn/worktree-ambiguous-remote-advice'Junio C Hamano1-6/+51
12 daysMerge branch 'yn/worktree-add-no-dwim-with-b'Junio C Hamano1-0/+3
2026-08-27worktree add: treat multiple matches with --guess-remote as an errorYoichi NAKAYAMA1-3/+17
2026-08-27worktree add: improve message for ambiguous remote branch nameYoichi NAKAYAMA1-3/+34
2026-08-27checkout: improve message for ambiguous remote branch nameYoichi NAKAYAMA1-2/+2
2026-08-26worktree add: let worktree_basename() return string copyRené Scharfe1-15/+10
2026-08-25worktree add: trim slashes when deriving branch name from pathRené Scharfe1-2/+2
2026-08-25worktree add: reject separator-only pathRené Scharfe1-0/+2
2026-08-25worktree add: don't read out of bounds in worktree_basename()René Scharfe1-5/+3
2026-08-20worktree add: shouldn't dwim if -b or -B is givenYoichi NAKAYAMA1-0/+3
2026-07-27Merge branch 'ps/copy-wo-the-repository'Junio C Hamano1-2/+2
2026-07-27Merge branch 'ps/refs-wo-the-repository'Junio C Hamano1-15/+17
2026-07-16copy: drop dependency on `the_repository`Patrick Steinhardt1-2/+2
2026-07-16refs: remove remaining uses of `the_repository`Patrick Steinhardt1-4/+4
2026-07-16worktree: pass repository to public functionsPatrick Steinhardt1-11/+13
2026-07-05worktree: fix resource leaks when branch creation failsJohannes Schindelin1-2/+5
2026-04-10hook: mark non-parallelizable hooksEmily Shaffer1-1/+1
2026-04-03Merge branch 'pw/worktree-reduce-the-repository'Junio C Hamano1-19/+2
2026-03-26worktree add: stop reading ".git/HEAD"Phillip Wood1-19/+2
2026-03-11worktree: do not pass strbuf by valueDeveshi Dwivedi1-1/+1
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano1-1/+2
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano1-2/+2
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano1-0/+34
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello1-1/+2
2026-02-25refs: allow reference location in refstorage configKarthik Nayak1-0/+34
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood1-2/+2
2026-02-09Merge branch 'sb/doc-worktree-prune-expire-improvement'Junio C Hamano1-2/+2
2026-01-28worktree: clarify that --expire only affects missing worktreesSam Bostock1-2/+2
2025-11-26Merge branch 'pw/worktree-list-display-width-fix'Junio C Hamano1-12/+29
2025-11-18worktree list: quote pathsPhillip Wood1-2/+8
2025-11-18worktree list: fix column spacingPhillip Wood1-12/+23
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-5/+1
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