summaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fsck: only require an oid for skiplist functionsJeff King2019-10-281-4/+5
* fsck: only provide oid/type in fsck_error callbackJeff King2019-10-281-4/+7
* fsck: use oids rather than objects for object_name APIJeff King2019-10-281-27/+34
* fsck_describe_object(): build on our get_object_name() primitiveJeff King2019-10-281-4/+1
* fsck: unify object-name codeJeff King2019-10-281-31/+51
* fsck: require an actual buffer for non-blobsJeff King2019-10-281-42/+9
* fsck: stop checking tag->taggedJeff King2019-10-281-13/+2
* fsck: stop checking commit->parent countsJeff King2019-10-281-22/+1
* fsck: stop checking commit->tree valueJeff King2019-10-281-5/+0
* Merge branch 'br/blame-ignore'Junio C Hamano2019-07-191-36/+1
|\
| * Move oidset_parse_file() to oidset.cBarret Rhoden2019-05-161-35/+0
| * fsck: rename and touch up init_skiplist()Barret Rhoden2019-05-161-9/+9
* | object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-1/+1
* | 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
* | | | | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-17/+51
|\ \ \ \ \ | |_|_|/ / |/| | | |