summaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-22Sync with Git 2.13.7Junio C Hamano1-1/+85
2018-05-21is_ntfs_dotgit: match other .git filesJohannes Schindelin1-0/+84
2018-05-21is_ntfs_dotgit: use a size_t for traversing stringJeff King1-1/+1
2017-10-18Merge branch 'jk/validate-headref-fix' into maintJunio C Hamano1-11/+12
2017-10-04path.c: fix uninitialized memory accessJeff King1-5/+4
2017-09-27validate_headref: use get_oid_hex for detached HEADsJeff King1-2/+2
2017-09-27validate_headref: use skip_prefix for symref parsingJeff King1-9/+6
2017-09-27validate_headref: NUL-terminate HEAD bufferJeff King1-0/+4
2017-08-04Merge tag 'v2.13.5' into maintJunio C Hamano1-0/+5
2017-08-01Merge tag 'v2.12.4' into maintJunio C Hamano1-0/+5
2017-07-30Merge tag 'v2.10.4' into maint-2.11Junio C Hamano1-0/+5
2017-07-30Merge tag 'v2.9.5' into maint-2.10Junio C Hamano1-0/+5
2017-07-30Merge tag 'v2.8.6' into maint-2.9Junio C Hamano1-0/+5
2017-07-30Merge tag 'v2.7.6' into maint-2.8Junio C Hamano1-0/+5
2017-07-28connect: factor out "looks like command line option" checkJeff King1-0/+5
2017-06-23path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams1-0/+41
2017-06-23path: add repo_git_path and strbuf_repo_git_pathBrandon Williams1-0/+21
2017-06-23path: worktree_git_path() should not use file relocationBrandon Williams1-1/+2
2017-06-23path: convert do_git_path to take a 'struct repository'Brandon Williams1-14/+28
2017-06-23path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams1-5/+8
2017-06-23path: always pass in commondir to update_common_dirBrandon Williams1-3/+1
2017-06-23path: create path.hBrandon Williams1-0/+1
2017-06-23environment: place key repository state in the_repositoryBrandon Williams1-5/+6
2017-04-23Merge branch 'nd/conditional-config-include'Junio C Hamano1-3/+8
2017-04-19Merge branch 'nd/files-backend-git-dir'Junio C Hamano1-28/+7
2017-04-14path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy1-3/+8
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy1-28/+7
2017-03-13path.c: add xdg_cache_homeDevin Lehmacher1-0/+15
2017-01-17Merge branch 'js/normalize-path-copy-ceil' into maintJunio C Hamano1-9/+14
2016-12-19Merge branch 'js/normalize-path-copy-ceil'Junio C Hamano1-9/+14
2016-12-16normalize_path_copy(): fix pushing to //server/share/dir on WindowsJohannes Sixt1-9/+14
2016-10-27Merge branch 'rs/ring-buffer-wraparound'Junio C Hamano1-1/+2
2016-10-26hex: make wraparound of the index into ring-buffer explicitRené Scharfe1-1/+2
2016-09-12Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano1-6/+33
2016-08-31allow do_submodule_path to work even if submodule isn't checked outJacob Keller1-6/+33
2016-08-19Merge branch 'ab/hooks'Junio C Hamano1-0/+2
2016-08-16rev-parse: respect core.hooksPath in --git-pathJohannes Schindelin1-0/+2
2016-08-08Merge branch 'rs/use-strbuf-addbuf' into maintJunio C Hamano1-1/+1
2016-07-25Merge branch 'rs/use-strbuf-addbuf'Junio C Hamano1-1/+1
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe1-1/+1
2016-05-26Merge branch 'lp/typofixes' into maintJunio C Hamano1-1/+1
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano1-6/+47
2016-05-17Merge branch 'lp/typofixes'Junio C Hamano1-1/+1
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-1/+1
2016-05-02Merge branch 'jk/check-repository-format' into maintJunio C Hamano1-5/+5