summaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | path.c: don't call the match function without value in trie_find()SZEDER Gábor2019-10-231-5/+6
| * | | | | | | | | path.c: clarify two field names in 'struct common_dir'SZEDER Gábor2019-10-231-33/+33
| * | | | | | | | | path.c: mark 'logs/HEAD' in 'common_list' as fileSZEDER Gábor2019-10-231-1/+1
| * | | | | | | | | path.c: clarify trie_find()'s in-code commentSZEDER Gábor2019-10-231-17/+28
| |/ / / / / / / /
* | | | | | | | | path: add a function to check for path suffixbrian m. carlson2019-08-261-9/+30
|/ / / / / / / /
* | | | | | | | Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano2019-04-101-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy2019-03-081-0/+3
| |/ / / / / /
* | | | | | | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-1/+1
* | | | | | | Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-131-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy2018-10-071-0/+2
| |/ / / / /
* | | | | | Merge branch 'tb/char-may-be-unsigned'Junio C Hamano2018-11-061-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | path.c: char is not (always) signedTorsten Bögershausen2018-10-261-1/+1
| | |/ / | |/| |
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-9/+9
* | | | Sync with Git 2.17.1Junio C Hamano2018-05-291-1/+85
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Sync with Git 2.14.4Junio C Hamano2018-05-221-1/+85
| |\ \ | | |/
| | * Sync with Git 2.13.7Junio C Hamano2018-05-221-1/+85
| | |\
| | | * is_ntfs_dotgit: match other .git filesJohannes Schindelin2018-05-211-0/+84
| | | * is_ntfs_dotgit: use a size_t for traversing stringJeff King2018-05-211-1/+1
| | * | Merge branch 'jk/validate-headref-fix' into maintJunio C Hamano2017-10-181-11/+12
| | |\ \
* | | | | repository: introduce raw object store fieldStefan Beller2018-03-231-1/+2
|/ / / /
* | | | Merge branch 'ao/path-use-xmalloc'Junio C Hamano2017-10-281-1/+1
|\ \ \ \
| * | | | path.c: use xmalloc() in add_to_trie()ao/path-use-xmallocAndrey Okoshkin2017-10-251-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'tg/memfixes'Junio C Hamano2017-10-071-5/+4
|\ \ \ \ | | |/ / | |/| |
| * | | path.c: fix uninitialized memory accessJeff King2017-10-041-5/+4
* | | | Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano2017-10-051-1/+1
|\ \ \ \
| * | | | path: use strbuf_add_real_path()René Scharfe2017-10-021-1/+1