summary refs log tree commit diff
path: root/path.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Sync with 2.33.2Johannes Schindelin1-5/+9
2022-03-24Sync with 2.31.2Johannes Schindelin1-5/+9
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin1-5/+9
2021-09-20Merge branch 'lh/systemd-timers'Junio C Hamano1-3/+10
2021-09-07cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard1-3/+10
2021-07-26interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin1-0/+8
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin1-2/+2
2021-07-26expand_user_path(): clarify the role of the `real_home` parameterJohannes Schindelin1-1/+1
2021-07-26expand_user_path(): remove stale part of the commentJohannes Schindelin1-3/+2
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King1-0/+5
2021-03-20merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren1-0/+1
2020-08-21sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys1-1/+0
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys1-1/+0
2020-04-29Merge branch 'dl/merge-autostash'Junio C Hamano1-0/+1
2020-04-10merge: teach --autostash optionDenton Liu1-0/+1
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano1-1/+1
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-1/+1
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy1-1/+1
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson1-1/+1
2020-01-30normalize_path_copy(): document "dst" size expectationsJeff King1-0/+2
2019-12-09Sync with Git 2.24.1Junio C Hamano1-28/+68
2019-12-06Sync with 2.23.1Johannes Schindelin1-28/+68
2019-12-06Sync with 2.21.1Johannes Schindelin1-28/+68
2019-12-06Sync with 2.20.2Johannes Schindelin1-28/+68
2019-12-06Sync with 2.19.3Johannes Schindelin1-28/+68
2019-12-06Sync with 2.18.2Johannes Schindelin1-28/+68
2019-12-06Sync with 2.17.3Johannes Schindelin1-28/+68
2019-12-06Sync with 2.14.6Johannes Schindelin1-28/+68
2019-12-05is_ntfs_dotgit(): speed it upJohannes Schindelin1-25/+30
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin1-1/+1
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin1-1/+11
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin1-4/+1
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin1-0/+28
2019-12-01Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano1-0/+6
2019-11-10Merge branch 'sg/dir-trie-fixes'Junio C Hamano1-55/+67
2019-10-29git_path(): handle `.lock` files correctlyJohannes Schindelin1-0/+6
2019-10-23path.c: don't call the match function without value in trie_find()SZEDER Gábor1-5/+6
2019-10-23path.c: clarify two field names in 'struct common_dir'SZEDER Gábor1-33/+33
2019-10-23path.c: mark 'logs/HEAD' in 'common_list' as fileSZEDER Gábor1-1/+1
2019-10-23path.c: clarify trie_find()'s in-code commentSZEDER Gábor1-17/+28
2019-08-26path: add a function to check for path suffixbrian m. carlson1-9/+30
2019-04-10Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano1-0/+3
2019-03-08Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy1-0/+3
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano1-1/+1
2018-11-21Merge branch 'tb/char-may-be-unsigned' into maintJunio C Hamano1-1/+1
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano1-0/+2
2018-11-13sha1-file: use an object_directory for the main object dirJeff King1-1/+1
2018-11-06Merge branch 'tb/char-may-be-unsigned'Junio C Hamano1-1/+1
2018-10-26path.c: char is not (always) signedTorsten Bögershausen1-1/+1
2018-10-07Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy1-0/+2