summaryrefslogtreecommitdiffstats
path: root/worktree.c
AgeCommit message (Expand)AuthorLines
2026-04-03Merge branch 'pw/worktree-reduce-the-repository'Junio C Hamano-5/+5
2026-03-26worktree: reject NULL worktree in get_worktree_git_dir()Phillip Wood-1/+1
2026-03-26worktree: remove "the_repository" from is_current_worktree()Phillip Wood-4/+4
2026-03-19Merge branch 'dd/list-objects-filter-options-wo-strbuf-split'Junio C Hamano-11/+11
2026-03-16Merge branch 'ty/setup-error-tightening'Junio C Hamano-2/+4
2026-03-11worktree: do not pass strbuf by valueDeveshi Dwivedi-11/+11
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano-1/+1
2026-03-04setup: improve error diagnosis for invalid .git filesTian Yuchen-2/+4
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt-1/+1
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood-1/+1
2026-02-19wt-status: avoid passing NULL worktreePhillip Wood-0/+20
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-2/+9
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt-2/+2
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt-2/+2
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano-0/+5
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-16/+33
2025-02-27builtin/refs: get worktrees without reading head informationshejialuo-0/+5
2025-02-07path: drop `git_common_path()` in favor of `repo_common_path()`Patrick Steinhardt-8/+24
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt-5/+6
2025-02-07path: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt-1/+2
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt-3/+2
2025-02-05worktree: detect from secondary worktree if main worktree is bareOlga Pilipenco-9/+32
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White-21/+8
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White-29/+27
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White-13/+9
2024-12-02worktree: add `write_worktree_linking_files()` functionCaleb White-0/+35
2024-12-02worktree: refactor infer_backlink returnCaleb White-7/+8
2024-10-08worktree: link worktrees with relative pathsCaleb White-43/+164
2024-10-08worktree: refactor infer_backlink() to use *strbufCaleb White-24/+24
2024-10-08Merge branch 'es/worktree-repair-copied' into cw/worktrees-relativeJunio C Hamano-1/+39
2024-09-23worktree: repair copied repository and linked worktreesEric Sunshine-1/+39
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt-4/+4
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt-2/+2
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano-1/+1
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-06worktree: don't store main worktree twicePatrick Steinhardt-18/+11
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt-0/+2
2024-03-15config: add --comment option to add a commentRalph Seichter-2/+2
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano-11/+16
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano-8/+23
2024-01-08worktree: expose interface to look up worktree by namePatrick Steinhardt-11/+16
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano-2/+2
2024-01-02worktree: skip reading HEAD when repairing worktreesPatrick Steinhardt-8/+23
2023-10-16status: fix branch shown when not only bisectingRubén Justo-2/+2
2023-08-29worktree: mark unused parameters in noop repair callbackJeff King-2/+4
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-2/+0