summaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)Author
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
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24mark "pointless" data pointers in callbacksJeff King
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-10-28adjust_shared_perm(): leave g+s alone when the group does not matterJunio C Hamano
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-03-24Sync with 2.33.2Johannes Schindelin
2022-03-24Sync with 2.31.2Johannes Schindelin
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin
2021-09-20Merge branch 'lh/systemd-timers'Junio C Hamano
2021-09-07cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard
2021-07-26interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin
2021-07-26expand_user_path(): clarify the role of the `real_home` parameterJohannes Schindelin
2021-07-26expand_user_path(): remove stale part of the commentJohannes Schindelin
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King
2021-03-20merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren
2020-08-21sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys