summaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)Author
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-04-15object-file: move `mkdir_in_gitdir()` into "path.c"Patrick Steinhardt
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-07path: drop `git_common_path()` in favor of `repo_common_path()`Patrick Steinhardt
2025-02-07path: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt
2025-02-07path: refactor `repo_worktree_path()` family of functionsPatrick Steinhardt
2025-02-07path: refactor `repo_git_path()` family of functionsPatrick Steinhardt
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-10Merge branch 'bc/allow-upload-pack-from-other-people'Junio C Hamano
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-15Allow cloning from repositories owned by another userbrian m. carlson
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt
2024-08-13path: hide functions using `the_repository` by defaultPatrick Steinhardt
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt
2024-08-13path: stop relying on `the_repository` when reporting garbagePatrick Steinhardt
2024-08-13path: expose `do_git_common_path()` as `repo_common_pathv()`Patrick Steinhardt
2024-08-13path: expose `do_git_path()` as `repo_git_pathv()`Patrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-30Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano
2024-05-06path: move `validate_headref()` to its only userPatrick Steinhardt
2024-05-06path: harden validation of HEAD with non-standard hashesPatrick Steinhardt
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin
2024-04-15Merge branch 'rs/apply-lift-path-length-limit'Junio C Hamano
2024-04-05path: remove mksnpath()René Scharfe
2024-02-07refs: introduce reftable backendPatrick Steinhardt
2024-01-19refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt
2024-01-19refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-12path: move related function to pathCalvin Wan
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
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