summaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/forbid-lf-in-git-url'Junio C Hamano2021-01-251-1/+1
|\
| * fsck: reject .gitmodules git:// urls with newlinesJeff King2021-01-071-1/+1
* | mktag: allow omitting the header/body \n separatorÆvar Arnfjörð Bjarmason2021-01-051-0/+2
* | fsck: make fsck_config() re-usableÆvar Arnfjörð Bjarmason2021-01-051-0/+24
* | mktag: use fsck instead of custom verify_tag()Ævar Arnfjörð Bjarmason2021-01-051-3/+29
* | Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano2020-06-081-2/+2
|\ \
| * | fsck: detect more in-tree d/f conflictsRené Scharfe2020-05-211-1/+1
| * | fsck: fix a typo in a commentRené Scharfe2020-05-211-1/+1
* | | Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano2020-05-141-2/+70
|\ \ \ | |/ /
| * | fsck: report non-consecutive duplicate names in treesRené Scharfe2020-05-111-2/+70
* | | Merge branch 'jk/config-use-size-t'Junio C Hamano2020-04-281-1/+1
|\ \ \ | |/ / |/| |
| * | parse_config_key(): return subsection len as size_tJeff King2020-04-101-1/+1
* | | Git 2.25.4v2.25.4Jonathan Nieder2020-04-191-5/+136
|\ \ \
| * \ \ Git 2.23.3v2.23.3Jonathan Nieder2020-04-191-5/+136
| |\ \ \
| | * \ \ Git 2.22.4v2.22.4Jonathan Nieder2020-04-191-5/+136
| | |\ \ \
| | | * \ \ Git 2.21.3v2.21.3Jonathan Nieder2020-04-191-5/+136
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Git 2.20.4v2.20.4Jonathan Nieder2020-04-191-5/+136
| | | | |\ \
| | | | | * \ Git 2.19.5v2.19.5Jonathan Nieder2020-04-191-5/+136
| | | | | |\ \
| | | | | | * \ Git 2.18.4v2.18.4Jonathan Nieder2020-04-191-5/+136
| | | | | | |\ \
| | | | | | | * | fsck: reject URL with empty host in .gitmodulesJonathan Nieder2020-04-191-3/+7
| | | | | | | * | credential: treat URL without scheme as invalidJonathan Nieder2020-04-191-2/+45
| | | | | | | * | fsck: convert gitmodules url to URL passed to curlJonathan Nieder2020-04-191-5/+89
* | | | | | | | | Git 2.25.3v2.25.3Junio C Hamano2020-03-171-1/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Git 2.23.2v2.23.2Junio C Hamano2020-03-171-1/+15
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Git 2.22.3v2.22.3Junio C Hamano2020-03-171-1/+15
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Git 2.21.2v2.21.2Junio C Hamano2020-03-171-1/+15
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Git 2.20.3v2.20.3Junio C Hamano2020-03-171-1/+15
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Git 2.19.4v2.19.4Junio C Hamano2020-03-171-1/+15
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Git 2.18.3v2.18.3Junio C Hamano2020-03-171-1/+15
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * fsck: detect gitmodules URLs with embedded newlinesJeff King2020-03-121-1/+15
* | | | | | | | Sync with Git 2.24.1Junio C Hamano2019-12-091-1/+24
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Sync with 2.22.2Johannes Schindelin2019-12-061-1/+24
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Sync with 2.21.1Johannes Schindelin2019-12-061-1/+24
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Sync with 2.20.2Johannes Schindelin2019-12-061-1/+24
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Sync with 2.19.3Johannes Schindelin2019-12-061-1/+24
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Sync with 2.18.2Johannes Schindelin2019-12-061-1/+24
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Sync with 2.17.3Johannes Schindelin2019-12-061-1/+24
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder2019-12-061-0/+7
| | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-1/+17
| | | | | | | |\
| | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-1/+10
| | | | | | | | |\
| | | | | | | | | * is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin2019-12-051-1/+10
* | | | | | | | | | fsck: accept an oid instead of a "struct tree" for fsck_tree()Jeff King2019-10-281-15/+15
* | | | | | | | | | fsck: accept an oid instead of a "struct commit" for fsck_commit()Jeff King2019-10-281-15/+14
* | | | | | | | | | fsck: accept an oid instead of a "struct tag" for fsck_tag()Jeff King2019-10-281-14/+13
* | | | | | | | | | fsck: rename vague "oid" local variablesJeff King2019-10-281-4/+4
* | | | | | | | | | fsck: don't require an object struct in verify_headers()Jeff King2019-10-281-5/+7
* | | | | | | | | | fsck: don't require an object struct for fsck_ident()Jeff King2019-10-281-14/+16
* | | | | | | | | | fsck: drop blob struct from fsck_finish()Jeff King2019-10-281-14/+4
* | | | | | | | | | fsck: accept an oid instead of a "struct blob" for fsck_blob()Jeff King2019-10-281-13/+13
* | | | | | | | | | fsck: don't require an object struct for report()Jeff King2019-10-281-59/+69