summaryrefslogtreecommitdiffstats
path: root/path.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'lh/systemd-timers'Junio C Hamano2021-09-20-3/+10
|\
| * cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard2021-09-07-3/+10
* | interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin2021-07-26-0/+8
* | Use a better name for the function interpolating pathsJohannes Schindelin2021-07-26-2/+2
* | expand_user_path(): clarify the role of the `real_home` parameterJohannes Schindelin2021-07-26-1/+1
* | expand_user_path(): remove stale part of the commentJohannes Schindelin2021-07-26-3/+2
|/
* t0060: test ntfs/hfs-obscured dotfilesJeff King2021-05-04-0/+5
* merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren2021-03-20-0/+1
* sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys2020-08-21-1/+0
* sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys2020-08-21-1/+0
* Merge branch 'dl/merge-autostash'Junio C Hamano2020-04-29-0/+1
|\
| * merge: teach --autostash optionDenton Liu2020-04-10-0/+1
* | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-26-1/+1
|\ \
| * | setup: allow check_repository_format to read repository formatbrian m. carlson2020-02-24-1/+1
| |/
* | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-10-1/+1
* | set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy2020-03-06-1/+1
|/
* normalize_path_copy(): document "dst" size expectationsJeff King2020-01-30-0/+2
* Sync with Git 2.24.1Junio C Hamano2019-12-09-28/+68
|\
| * Sync with 2.23.1Johannes Schindelin2019-12-06-28/+68
| |\
| | * Sync with 2.21.1Johannes Schindelin2019-12-06-28/+68
| | |\
| | | * Sync with 2.20.2Johannes Schindelin2019-12-06-28/+68
| | | |\
| | | | * Sync with 2.19.3Johannes Schindelin2019-12-06-28/+68
| | | | |\
| | | | | * Sync with 2.18.2Johannes Schindelin2019-12-06-28/+68
| | | | | |\
| | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-06-28/+68
| | | | | | |\
| | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-06-28/+68
| | | | | | | |\
| | | | | | | | * is_ntfs_dotgit(): speed it upJohannes Schindelin2019-12-05-25/+30
| | | | | | | | * path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-05-1/+1
| | | | | | | | * path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin2019-12-05-1/+11
| | | | | | | | * is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin2019-12-05-4/+1
| | | | | | | | * path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin2019-12-04-0/+28
| | | | | * | | | Merge branch 'tb/char-may-be-unsigned' into maintJunio C Hamano2018-11-21-1/+1
| | | | | |\ \ \ \
* | | | | | \ \ \ \ Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano2019-12-01-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git_path(): handle `.lock` files correctlyJohannes Schindelin2019-10-29-0/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sg/dir-trie-fixes'Junio C Hamano2019-11-10-55/+67
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | path.c: don't call the match function without value in trie_find()SZEDER Gábor2019-10-23-5/+6
| * | | | | | | | | path.c: clarify two field names in 'struct common_dir'SZEDER Gábor2019-10-23-33/+33
| * | | | | | | | | path.c: mark 'logs/HEAD' in 'common_list' as fileSZEDER Gábor2019-10-23-1/+1
| * | | | | | | | | path.c: clarify trie_find()'s in-code commentSZEDER Gábor2019-10-23-17/+28
| |/ / / / / / / /
* / / / / / / / / path: add a function to check for path suffixbrian m. carlson2019-08-26-9/+30
|/ / / / / / / /
* | | | | | | | Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano2019-04-10-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy2019-03-08-0/+3
| |/ / / / / /
* | | | | | | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-04-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sha1-file: use an object_directory for the main object dirJeff King2018-11-13-1/+1
* | | | | | | Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-13-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy2018-10-07-0/+2
| |/ / / / /
* | | | | | Merge branch 'tb/char-may-be-unsigned'Junio C Hamano2018-11-06-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | / / path.c: char is not (always) signedTorsten Bögershausen2018-10-26-1/+1
| | |/ / | |/| |
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-18-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-18-9/+9
* | | | Sync with Git 2.17.1Junio C Hamano2018-05-29-1/+85
|\ \ \ \ | |/ / / |/| / / | |/ /