summaryrefslogtreecommitdiffstats
path: root/path.c
AgeCommit message (Expand)AuthorLines
2019-12-06Sync with 2.17.3Johannes Schindelin-28/+68
2019-12-06Sync with 2.14.6Johannes Schindelin-28/+68
2019-12-05is_ntfs_dotgit(): speed it upJohannes Schindelin-25/+30
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin-1/+1
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin-1/+11
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin-4/+1
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin-0/+28
2018-05-29Sync with Git 2.17.1Junio C Hamano-1/+85
2018-05-22Sync with Git 2.14.4Junio C Hamano-1/+85
2018-05-22Sync with Git 2.13.7Junio C Hamano-1/+85
2018-05-21is_ntfs_dotgit: match other .git filesJohannes Schindelin-0/+84
2018-05-21is_ntfs_dotgit: use a size_t for traversing stringJeff King-1/+1
2018-03-23repository: introduce raw object store fieldStefan Beller-1/+2
2017-10-28Merge branch 'ao/path-use-xmalloc'Junio C Hamano-1/+1
2017-10-25path.c: use xmalloc() in add_to_trie()Andrey Okoshkin-1/+1
2017-10-18Merge branch 'jk/validate-headref-fix' into maintJunio C Hamano-11/+12
2017-10-07Merge branch 'tg/memfixes'Junio C Hamano-5/+4
2017-10-05Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano-1/+1
2017-10-04path.c: fix uninitialized memory accessJeff King-5/+4
2017-10-03Merge branch 'jk/validate-headref-fix'Junio C Hamano-11/+12
2017-10-02path: use strbuf_add_real_path()René Scharfe-1/+1
2017-09-27validate_headref: use get_oid_hex for detached HEADsJeff King-2/+2
2017-09-27validate_headref: use skip_prefix for symref parsingJeff King-9/+6
2017-09-27validate_headref: NUL-terminate HEAD bufferJeff King-0/+4
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan-0/+1
2017-08-04Merge tag 'v2.13.5' into maintJunio C Hamano-0/+5
2017-08-01Merge tag 'v2.12.4' into maintJunio C Hamano-0/+5
2017-07-30Merge tag 'v2.10.4' into maint-2.11Junio C Hamano-0/+5
2017-07-30Merge tag 'v2.9.5' into maint-2.10Junio C Hamano-0/+5
2017-07-30Merge tag 'v2.8.6' into maint-2.9Junio C Hamano-0/+5
2017-07-30Merge tag 'v2.7.6' into maint-2.8Junio C Hamano-0/+5
2017-07-28connect: factor out "looks like command line option" checkJeff King-0/+5
2017-06-23path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams-0/+41
2017-06-23path: add repo_git_path and strbuf_repo_git_pathBrandon Williams-0/+21
2017-06-23path: worktree_git_path() should not use file relocationBrandon Williams-1/+2
2017-06-23path: convert do_git_path to take a 'struct repository'Brandon Williams-14/+28
2017-06-23path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams-5/+8
2017-06-23path: always pass in commondir to update_common_dirBrandon Williams-3/+1
2017-06-23path: create path.hBrandon Williams-0/+1
2017-06-23environment: place key repository state in the_repositoryBrandon Williams-5/+6
2017-04-23Merge branch 'nd/conditional-config-include'Junio C Hamano-3/+8
2017-04-19Merge branch 'nd/files-backend-git-dir'Junio C Hamano-28/+7
2017-04-14path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy-3/+8
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy-28/+7
2017-03-13path.c: add xdg_cache_homeDevin Lehmacher-0/+15
2017-01-17Merge branch 'js/normalize-path-copy-ceil' into maintJunio C Hamano-9/+14
2016-12-19Merge branch 'js/normalize-path-copy-ceil'Junio C Hamano-9/+14
2016-12-16normalize_path_copy(): fix pushing to //server/share/dir on WindowsJohannes Sixt-9/+14
2016-10-27Merge branch 'rs/ring-buffer-wraparound'Junio C Hamano-1/+2
2016-10-26hex: make wraparound of the index into ring-buffer explicitRené Scharfe-1/+2