summaryrefslogtreecommitdiffstats
path: root/worktree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-2/+9
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt1-2/+2
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano1-0/+5
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-16/+33
2025-02-27builtin/refs: get worktrees without reading head informationshejialuo1-0/+5
2025-02-07path: drop `git_common_path()` in favor of `repo_common_path()`Patrick Steinhardt1-8/+24
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt1-5/+6
2025-02-07path: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt1-1/+2
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt1-3/+2
2025-02-05worktree: detect from secondary worktree if main worktree is bareOlga Pilipenco1-9/+32
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White1-21/+8
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White1-29/+27
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White1-13/+9
2024-12-02worktree: add `write_worktree_linking_files()` functionCaleb White1-0/+35
2024-12-02worktree: refactor infer_backlink returnCaleb White1-7/+8
2024-10-08worktree: link worktrees with relative pathsCaleb White1-43/+164
2024-10-08worktree: refactor infer_backlink() to use *strbufCaleb White1-24/+24
2024-10-08Merge branch 'es/worktree-repair-copied' into cw/worktrees-relativeJunio C Hamano1-1/+39
2024-09-23worktree: repair copied repository and linked worktreesEric Sunshine1-1/+39
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt1-4/+4
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-2/+2
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-06worktree: don't store main worktree twicePatrick Steinhardt1-18/+11
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt1-0/+2
2024-03-15config: add --comment option to add a commentRalph Seichter1-2/+2
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano1-11/+16
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano1-8/+23
2024-01-08worktree: expose interface to look up worktree by namePatrick Steinhardt1-11/+16
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano1-2/+2
2024-01-02worktree: skip reading HEAD when repairing worktreesPatrick Steinhardt1-8/+23
2023-10-16status: fix branch shown when not only bisectingRubén Justo1-2/+2
2023-08-29worktree: mark unused parameters in noop repair callbackJeff King1-2/+4
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-1/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye1-2/+2
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1