summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin2019-12-052-3/+1
* is_ntfs_dotgit(): speed it upJohannes Schindelin2019-12-051-25/+30
* path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-052-2/+7
* path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin2019-12-052-1/+12
* is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin2019-12-053-5/+19
* test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh2019-12-051-0/+96
* path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin2019-12-041-0/+28
* 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
* 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.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.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
| | * skip_prefix: add case-insensitive variantJeff King2018-05-211-0/+17
| | * is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2018-05-212-0/+106
| | * is_ntfs_dotgit: match other .git filesJohannes Schindelin2018-05-212-1/+93
| | * is_hfs_dotgit: match other .git filesJeff King2018-05-212-12/+51
| | * is_ntfs_dotgit: use a size_t for traversing stringJeff King2018-05-211-1/+1
| | * submodule-config: verify submodule names as pathsJeff King2018-05-215-0/+143
| |/
* | Git 2.14.3v2.14.3maint-2.14Junio C Hamano2017-10-232-1/+25
* | Merge branch 'jk/info-alternates-fix' into maintJunio C Hamano2017-10-231-20/+11
|\ \
| * | read_info_alternates: warn on non-trivial errorsJeff King2017-09-201-0/+1
| * | Merge branch 'jk/info-alternates-fix-2.11' into jk/info-alternates-fixJunio C Hamano2017-09-201-20/+10
| |\ \
| | * | read_info_alternates: read contents into strbufjk/info-alternates-fix-2.11Jeff King2017-09-201-20/+10
* | | | Merge branch 'jc/fetch-refspec-doc-update' into maintJunio C Hamano2017-10-231-2/+4
|\ \ \ \
| * | | | fetch doc: src side of refspec could be full SHA-1jc/fetch-refspec-doc-updateJunio C Hamano2017-10-181-2/+4
* | | | | Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano2017-10-2322-67/+65
|\ \ \ \ \
| * | | | | read_pack_header: handle signed/unsigned comparison in read resultjk/write-in-full-fixJeff King2017-09-141-1/+1
| * | | | | config: flip return value of store_write_*()Jeff King2017-09-141-13/+15
| * | | | | notes-merge: use ssize_t for write_in_full() return valueJeff King2017-09-141-1/+1
| * | | | | pkt-line: check write_in_full() errors against "< 0"Jeff King2017-09-141-15/+14
| * | | | | convert less-trivial versions of "write_in_full() != len"Jeff King2017-09-143-4/+5
| * | | | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-1416-27/+26
| * | | | | get-tar-commit-id: check write_in_full() return against 0Jeff King2017-09-141-2/+1
| * | | | | config: avoid "write_in_full(fd, buf, len) < len" patternJeff King2017-09-141-4/+2
| | |/ / / | |/| | |