summaryrefslogtreecommitdiffstats
path: root/path.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* environment: guard state depending on a repositoryPatrick Steinhardt2024-09-121-0/+2
* path: hide functions using `the_repository` by defaultPatrick Steinhardt2024-08-131-51/+1
* path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt2024-08-131-2/+7
* path: stop relying on `the_repository` when reporting garbagePatrick Steinhardt2024-08-131-3/+3
* path: expose `do_git_common_path()` as `repo_common_pathv()`Patrick Steinhardt2024-08-131-11/+11
* path: expose `do_git_path()` as `repo_git_pathv()`Patrick Steinhardt2024-08-131-10/+10
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+3
* Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano2024-05-301-53/+0
|\
| * path: move `validate_headref()` to its only userPatrick Steinhardt2024-05-071-53/+0
| * path: harden validation of HEAD with non-standard hashesPatrick Steinhardt2024-05-071-1/+1
* | Sync with 2.44.1Johannes Schindelin2024-04-291-0/+2
|\ \ | |/ |/|
| * Sync with 2.43.4Johannes Schindelin2024-04-191-0/+2
| |\
| | * Sync with 2.41.1Johannes Schindelin2024-04-191-0/+2
| | |\
| | | * Sync with 2.40.2Johannes Schindelin2024-04-191-0/+2
| | | |\
| | | | * fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin2024-04-171-0/+2
* | | | | Merge branch 'rs/apply-lift-path-length-limit'Junio C Hamano2024-04-151-17/+0
|\ \ \ \ \
| * | | | | path: remove mksnpath()René Scharfe2024-04-051-17/+0
| |/ / / /
* / / / / refs: introduce reftable backendPatrick Steinhardt2024-02-071-1/+1
|/ / / /
* | | | refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt2024-01-191-1/+0
* | | | refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt2024-01-191-1/+0
|/ / /
* | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ \
| * | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-0/+20
|\ \ \ \ | |/ / / |/| | |
| * | | path: move related function to pathCalvin Wan2023-06-121-0/+20
| |/ /
* / / object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
|/ /
* | treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
* | treewide: remove cache.h inclusion due to setup.h changesElijah Newren2023-03-211-1/+1
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+2
|\ \
| * | mark "pointless" data pointers in callbacksJeff King2023-02-241-1/+2
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* adjust_shared_perm(): leave g+s alone when the group does not matterJunio C Hamano2022-10-281-1/+7
* Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-1/+1
|\
| * dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-171-1/+1
* | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
|/
* Sync with 2.33.2Johannes Schindelin2022-03-241-5/+9
|\
| * Sync with 2.31.2Johannes Schindelin2022-03-241-5/+9
| |\
| | * Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin2022-03-241-5/+9
* | | Merge branch 'lh/systemd-timers'Junio C Hamano2021-09-211-3/+10
|\ \ \
| * | | cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard2021-09-071-3/+10
| |/ /
* | | interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin2021-07-261-0/+8
* | | Use a better name for the function interpolating pathsJohannes Schindelin2021-07-261-2/+2
* | | expand_user_path(): clarify the role of the `real_home` parameterJohannes Schindelin2021-07-261-1/+1
* | | expand_user_path(): remove stale part of the commentJohannes Schindelin2021-07-261-3/+2
|/ /
* | t0060: test ntfs/hfs-obscured dotfilesJeff King2021-05-041-0/+5
* | merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren2021-03-201-0/+1
|/
* sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys2020-08-211-1/+0