summaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-161-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-201-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
* sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys2020-08-211-1/+0
* Merge branch 'dl/merge-autostash'Junio C Hamano2020-04-291-0/+1
|\
| * merge: teach --autostash optionDenton Liu2020-04-101-0/+1
* | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-261-1/+1
|\ \
| * | setup: allow check_repository_format to read repository formatbrian m. carlson2020-02-241-1/+1
| |/
* | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-101-1/+1
* | set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy2020-03-061-1/+1
|/
* normalize_path_copy(): document "dst" size expectationsJeff King2020-01-301-0/+2
* Sync with Git 2.24.1Junio C Hamano2019-12-091-28/+68
|\
| * Sync with 2.23.1Johannes Schindelin2019-12-061-28/+68
| |\
| | * Sync with 2.21.1Johannes Schindelin2019-12-061-28/+68
| | |\
| | | * Sync with 2.20.2Johannes Schindelin2019-12-061-28/+68
| | | |\
| | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-28/+68
| | | | |\
| | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-28/+68
| | | | | |\
| | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-28/+68
| | | | | | |\
| | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-28/+68
| | | | | | | |\
| | | | | | | | * is_ntfs_dotgit(): speed it upJohannes Schindelin2019-12-051-25/+30
| | | | | | | | * path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-051-1/+1
| | | | | | | | * path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin2019-12-051-1/+11
| | | | | | | | * is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin2019-12-051-4/+1
| | | | | | | | * path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin2019-12-041-0/+28
| | | | | * | | | Merge branch 'tb/char-may-be-unsigned' into maintJunio C Hamano2018-11-211-1/+1
| | | | | |\ \ \ \
* | | | | | \ \ \ \ Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano2019-12-011-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git_path(): handle `.lock` files correctlyJohannes Schindelin2019-10-291-0/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sg/dir-trie-fixes'Junio C Hamano2019-11-101-55/+67
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |