summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin2019-12-041-0/+28
| | | * | Merge branch 'prevent-name-squatting-on-windows'Johannes Schindelin2019-12-047-2/+60
| | | |\ \ | | | | |/
| | | | * mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin2019-12-044-3/+13
| | | | * clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin2019-12-044-2/+50
| | | * | Merge branch 'jk/fast-import-unsafe'Johannes Schindelin2019-12-044-18/+95
| | | |\ \ | | | | |/
| | | | * fast-import: disallow "feature import-marks" by defaultJeff King2019-12-043-6/+21
| | | | * fast-import: disallow "feature export-marks" by defaultJeff King2019-12-044-8/+55
| | | | * fast-import: delay creating leading directories for export-marksJeff King2019-12-042-3/+17
| | | | * fast-import: stop creating leading directories for import-marksJeff King2019-12-041-1/+0
| | | | * fast-import: tighten parsing of boolean command line optionsJeff King2019-12-041-2/+2
| | | | * t9300: create marks files for double-import-marks testJeff King2019-12-041-0/+2
| | | | * t9300: drop some useless uses of catJeff King2019-12-041-5/+5
| | | |/
* | | | Git 2.17.2v2.17.2Junio C Hamano2018-09-273-2/+14
* | | | fsck: detect submodule paths starting with dashJeff King2018-09-272-0/+15
* | | | fsck: detect submodule urls starting with dashJeff King2018-09-272-0/+22
* | | | Sync with 2.16.5Junio C Hamano2018-09-277-0/+93
|\ \ \ \ | |/ / /
| * | | Git 2.16.5v2.16.5Junio C Hamano2018-09-273-2/+8
| * | | Sync with 2.15.3Junio C Hamano2018-09-276-0/+87
| |\ \ \ | | |/ /
| | * | Git 2.15.3v2.15.3Junio C Hamano2018-09-273-2/+8
| | * | Sync with Git 2.14.4Junio C Hamano2018-09-275-0/+81
| | |\ \ | | | |/
| | | * Git 2.14.5v2.14.5Junio C Hamano2018-09-273-2/+18
| | | * submodule-config: ban submodule paths that start with a dashJeff King2018-09-272-0/+22
| | | * submodule-config: ban submodule urls that start with dashJeff King2018-09-272-0/+42
| | | * submodule--helper: use "--" to signal end of clone optionsJeff King2018-09-271-0/+1
* | | | Git 2.17.1v2.17.1Junio C Hamano2018-05-223-2/+18
* | | | Merge branch 'jk/submodule-fsck-loose' into maintJunio C Hamano2018-05-228-30/+271
|\ \ \ \
| * | | | fsck: complain when .gitmodules is a symlinkJeff King2018-05-212-2/+38
| * | | | index-pack: check .gitmodules files with --strictJeff King2018-05-213-0/+60
| * | | | unpack-objects: call fsck_finish() after fscking objectsJeff King2018-05-212-1/+11
| * | | | fsck: call fsck_finish() after fscking objectsJeff King2018-05-212-0/+7
| * | | | fsck: check .gitmodules contentJeff King2018-05-211-1/+59
| * | | | fsck: handle promisor objects in .gitmodules checkJeff King2018-05-211-0/+3
| * | | | fsck: detect gitmodules filesJeff King2018-05-212-0/+65
| * | | | fsck: actually fsck blob dataJeff King2018-05-213-24/+28
| * | | | fsck: simplify ".git" checkJeff King2018-05-211-3/+1
| * | | | index-pack: make fsck error message more specificJeff King2018-05-212-2/+2
| * | | | Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsckJeff King2018-05-2116-42/+474
| |\ \ \ \
* | \ \ \ \ Sync with Git 2.16.4Junio C Hamano2018-05-2220-42/+507
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Git 2.16.4v2.16.4Junio C Hamano2018-05-223-2/+7
| * | | | Sync with Git 2.15.2Junio C Hamano2018-05-2218-41/+500
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Git 2.15.2v2.15.2Junio C Hamano2018-05-222-1/+4
| | * | | Sync with Git 2.14.4Junio C Hamano2018-05-2217-41/+497
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Git 2.14.4v2.14.4Junio C Hamano2018-05-223-2/+7
| | | * | Sync with Git 2.13.7Junio C Hamano2018-05-2216-41/+492
| | | |\ \
| | | | * | Git 2.13.7v2.13.7Junio C Hamano2018-05-223-2/+22
| | | | * | Merge branch 'jk/submodule-fix-loose' into maint-2.13Junio C Hamano2018-05-2215-41/+472
| | | | |\ \ | | | | | |/
| | | | | * verify_path: disallow symlinks in .gitmodulesJeff King2018-05-214-15/+37
| | | | | * update-index: stat updated files earlierJeff King2018-05-211-8/+17
| | | | | * verify_dotfile: mention case-insensitivity in commentJeff King2018-05-211-1/+4
| | | | | * verify_path: drop clever fallthroughJeff King2018-05-211-4/+4