summaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)Author
2020-04-29Merge branch 'dl/merge-autostash'Junio C Hamano
2020-04-10merge: teach --autostash optionDenton Liu
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson
2020-01-30normalize_path_copy(): document "dst" size expectationsJeff King
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05is_ntfs_dotgit(): speed it upJohannes Schindelin
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin
2019-12-01Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano
2019-11-10Merge branch 'sg/dir-trie-fixes'Junio C Hamano
2019-10-29git_path(): handle `.lock` files correctlyJohannes Schindelin
2019-10-23path.c: don't call the match function without value in trie_find()SZEDER Gábor
2019-10-23path.c: clarify two field names in 'struct common_dir'SZEDER Gábor
2019-10-23path.c: mark 'logs/HEAD' in 'common_list' as fileSZEDER Gábor
2019-10-23path.c: clarify trie_find()'s in-code commentSZEDER Gábor
2019-08-26path: add a function to check for path suffixbrian m. carlson
2019-04-09Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano
2019-03-08Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano
2018-11-21Merge branch 'tb/char-may-be-unsigned' into maintJunio C Hamano
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-11-13sha1-file: use an object_directory for the main object dirJeff King
2018-11-06Merge branch 'tb/char-may-be-unsigned'Junio C Hamano
2018-10-26path.c: char is not (always) signedTorsten Bögershausen
2018-10-06Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22is_ntfs_dotgit: match other .git filesJohannes Schindelin
2018-05-22is_ntfs_dotgit: use a size_t for traversing stringJeff King
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2018-03-23repository: introduce raw object store fieldStefan Beller
2017-10-28Merge branch 'ao/path-use-xmalloc'Junio C Hamano
2017-10-25path.c: use xmalloc() in add_to_trie()Andrey Okoshkin
2017-10-18Merge branch 'jk/validate-headref-fix' into maintJunio C Hamano
2017-10-07Merge branch 'tg/memfixes'Junio C Hamano
2017-10-05Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano