summaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* 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.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 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
* | | | | | | | Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-1/+1
|/ / / / / / /
* | | | | | | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
|/ / / / / /
* | | | | | Merge branch 'jc/cocci-preincr'Junio C Hamano2018-10-301-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fsck: s/++i > 1/i++/Junio C Hamano2018-10-241-1/+1
* | | | | | Merge branch 'ab/fsck-skiplist'Junio C Hamano2018-10-101-33/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason2018-09-121-0/+14
| * | | | | fsck: use oidset instead of oid_array for skipListRené Scharfe2018-09-121-21/+2
| * | | | | fsck: use strbuf_getline() to read skiplist fileRené Scharfe2018-09-121-13/+12
* | | | | | Sync with 2.18.1Junio C Hamano2018-09-271-0/+14
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Sync with 2.17.2Junio C Hamano2018-09-271-0/+14
| |\ \ \ \ | | |/ / /
| | * | | fsck: detect submodule paths starting with dashJeff King2018-09-271-0/+7
| | * | | fsck: detect submodule urls starting with dashJeff King2018-09-271-0/+7
* | | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-4/+5
|\ \ \ \ \
| * | | | | tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
| * | | | | blob: add repository argument to lookup_blobStefan Beller2018-06-291-2/+2
| * | | | | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
| * | | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-1/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano2018-08-021-3/+6
|\ \ \ \ \ \ \
| * | | | | | | fsck: downgrade gitmodulesParse default to "info"Jeff King2018-07-161-1/+1
| * | | | | | | fsck: split ".gitmodules too large" error from parse failureJeff King2018-07-161-1/+2
| * | | | | | | fsck: silence stderr when parsing .gitmodulesJeff King2018-07-031-1/+3
| * | | | | | | config: add options parameter to git_config_from_memJeff King2018-07-031-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'rj/submodule-fsck-skip'Junio C Hamano2018-07-241-2/+11
|\ \ \ \ \ \ \
| * | | | | | | fsck: check skiplist for object in fsck_blob()Ramsay Jones2018-07-031-2/+11
* | | | | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-1/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | commit: add repository argument to lookup_commit_graftJonathan Nieder2018-05-181-1/+1
| * | | | | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1