summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Git 2.17.2v2.17.2Junio C Hamano3-2/+14
2018-09-27fsck: detect submodule paths starting with dashJeff King2-0/+15
2018-09-27fsck: detect submodule urls starting with dashJeff King2-0/+22
2018-09-27Sync with 2.16.5Junio C Hamano7-0/+93
2018-09-27Git 2.16.5v2.16.5Junio C Hamano3-2/+8
2018-09-27Sync with 2.15.3Junio C Hamano6-0/+87
2018-09-27Git 2.15.3v2.15.3Junio C Hamano3-2/+8
2018-09-27Sync with Git 2.14.4Junio C Hamano5-0/+81
2018-09-27Git 2.14.5v2.14.5Junio C Hamano3-2/+18
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King2-0/+22
2018-09-27submodule-config: ban submodule urls that start with dashJeff King2-0/+42
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King1-0/+1
2018-05-22Git 2.17.1v2.17.1Junio C Hamano3-2/+18
2018-05-22Merge branch 'jk/submodule-fsck-loose' into maintJunio C Hamano8-30/+271
2018-05-22Sync with Git 2.16.4Junio C Hamano20-42/+507
2018-05-22Git 2.16.4v2.16.4Junio C Hamano3-2/+7
2018-05-22Sync with Git 2.15.2Junio C Hamano18-41/+500
2018-05-22Git 2.15.2v2.15.2Junio C Hamano2-1/+4
2018-05-22Sync with Git 2.14.4Junio C Hamano17-41/+497
2018-05-22Git 2.14.4v2.14.4Junio C Hamano3-2/+7
2018-05-22Sync with Git 2.13.7Junio C Hamano16-41/+492
2018-05-22Git 2.13.7v2.13.7Junio C Hamano3-2/+22
2018-05-22Merge branch 'jk/submodule-fix-loose' into maint-2.13Junio C Hamano15-41/+472
2018-05-21fsck: complain when .gitmodules is a symlinkJeff King2-2/+38
2018-05-21index-pack: check .gitmodules files with --strictJeff King3-0/+60
2018-05-21unpack-objects: call fsck_finish() after fscking objectsJeff King2-1/+11
2018-05-21fsck: call fsck_finish() after fscking objectsJeff King2-0/+7
2018-05-21fsck: check .gitmodules contentJeff King1-1/+59
2018-05-21fsck: handle promisor objects in .gitmodules checkJeff King1-0/+3
2018-05-21fsck: detect gitmodules filesJeff King2-0/+65
2018-05-21fsck: actually fsck blob dataJeff King3-24/+28
2018-05-21fsck: simplify ".git" checkJeff King1-3/+1
2018-05-21index-pack: make fsck error message more specificJeff King2-2/+2
2018-05-21Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsckJeff King16-42/+474
2018-05-21verify_path: disallow symlinks in .gitmodulesJeff King4-15/+37
2018-05-21update-index: stat updated files earlierJeff King1-8/+17
2018-05-21verify_dotfile: mention case-insensitivity in commentJeff King1-1/+4
2018-05-21verify_path: drop clever fallthroughJeff King1-4/+4
2018-05-21skip_prefix: add case-insensitive variantJeff King1-0/+17
2018-05-21is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2-0/+106
2018-05-21is_ntfs_dotgit: match other .git filesJohannes Schindelin2-1/+93
2018-05-21is_hfs_dotgit: match other .git filesJeff King2-12/+51
2018-05-21is_ntfs_dotgit: use a size_t for traversing stringJeff King1-1/+1
2018-05-21submodule-config: verify submodule names as pathsJeff King5-0/+143
2018-04-02Git 2.17v2.17.0Junio C Hamano1-1/+1
2018-04-02Merge tag 'l10n-2.17.0-rnd1' of git://github.com/git-l10n/git-poJunio C Hamano10-22585/+26683
2018-04-02Merge branch 'pw/add-p-single'Junio C Hamano1-1/+1
2018-03-31add -p: fix 2.17.0-rc* regression due to moved codeÆvar Arnfjörð Bjarmason1-1/+1
2018-03-31l10n: de.po: translate 132 new messagesRalf Thielow1-2093/+2527
2018-03-29Merge branch 'jh/partial-clone'Junio C Hamano3-5/+6