summaryrefslogtreecommitdiff
path: root/worktree.c
AgeCommit message (Expand)Author
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-27builtin/refs: get worktrees without reading head informationshejialuo
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: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt
2025-02-05worktree: detect from secondary worktree if main worktree is bareOlga Pilipenco
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White
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 `write_worktree_linking_files()` functionCaleb White
2024-12-02worktree: refactor infer_backlink returnCaleb White
2024-10-08worktree: link worktrees with relative pathsCaleb White
2024-10-08worktree: refactor infer_backlink() to use *strbufCaleb White
2024-10-08Merge branch 'es/worktree-repair-copied' into cw/worktrees-relativeJunio C Hamano
2024-09-23worktree: repair copied repository and linked worktreesEric Sunshine
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-06worktree: don't store main worktree twicePatrick Steinhardt
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt
2024-03-15config: add --comment option to add a commentRalph Seichter
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano
2024-01-08worktree: expose interface to look up worktree by namePatrick Steinhardt
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano
2024-01-02worktree: skip reading HEAD when repairing worktreesPatrick Steinhardt
2023-10-16status: fix branch shown when not only bisectingRubén Justo
2023-08-29worktree: mark unused parameters in noop repair callbackJeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren