aboutsummaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)Author
2026-03-26backfill: work with prefix pathspecsDerrick Stolee
2026-03-12Merge branch 'kj/path-micro-code-cleanup'Junio C Hamano
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano
2026-03-04path: remove redundant function callsK Jayatheerth
2026-03-04path: use size_t for dir_prefix lengthK Jayatheerth
2026-03-04path: remove unused headerK Jayatheerth
2026-02-21path: factor out skip_slashes() in normalize_path_copy_len()Pushkar Singh
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt
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