summaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* fsck: handle NULL return of lookup_blob() and lookup_tree()rs/fsck-null-return-from-lookupRené Scharfe2017-10-061-4/+4
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-3/+3
|\
| * object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
| * Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
| * Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-1/+1
|/
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-3/+3
* Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-311-1/+1
* Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-1/+1
* sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-2/+2
* fsck: convert init_skiplist to struct object_idbrian m. carlson2017-03-281-5/+6
* fsck: lazily load types under --connectivity-onlyjk/fsck-connectivity-check-fixJeff King2017-01-261-0/+4
* fsck: handle bad trees like other errorsdt/tree-fsckDavid Turner2016-09-271-6/+12
* fsck: optionally show more helpful info for broken linksJohannes Schindelin2016-07-181-4/+17
* fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin2016-07-181-2/+3
* fsck_walk(): optionally name objects on the goJohannes Schindelin2016-07-181-4/+83
* Merge branch 'jc/fsck-nul-in-commit'Junio C Hamano2016-05-171-3/+13
|\
| * fsck: detect and warn a commit with embedded NULjc/fsck-nul-in-commitJunio C Hamano2016-05-101-0/+8
| * fsck_commit_buffer(): do not special case the last validationJunio C Hamano2016-04-141-3/+5
* | tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson2016-04-251-3/+3
* | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+2
* Merge branch 'bc/object-id'Junio C Hamano2015-12-101-7/+7
|\
| * Remove get_object_hash.brian m. carlson2015-11-201-3/+3
| * Convert struct object to object_idbrian m. carlson2015-11-201-4/+4
| * Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* | fsck: treat a NUL in a tag header as an errorRené Scharfe2015-11-201-1/+2
|/
* Merge branch 'js/fsck-opt'Junio C Hamano2015-08-031-119/+436
|\
| * fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin2015-06-231-0/+50
| * fsck: allow upgrading fsck warnings to errorsJohannes Schindelin2015-06-231-7/+17
| * fsck: optionally ignore specific fsck issues completelyJohannes Schindelin2015-06-231-0/+5
| * fsck: disallow demoting grave fsck errors to warningsJohannes Schindelin2015-06-231-2/+11
| * fsck: make fsck_tag() warn-friendlyJohannes Schindelin2015-06-231-1/+2
| * fsck: handle multiple authors in commits speciallyJohannes Schindelin2015-06-231-4/+13
| * fsck: make fsck_commit() warn-friendlyJohannes Schindelin2015-06-231-8/+20
| * fsck: make fsck_ident() warn-friendlyJohannes Schindelin2015-06-231-22/+27
| * fsck: report the ID of the error/warningJohannes Schindelin2015-06-231-0/+20
| * fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin2015-06-231-0/+8
| * fsck: offer a function to demote fsck errors to warningsJohannes Schindelin2015-06-231-3/+73
| * fsck: provide a function to parse fsck message IDsJohannes Schindelin2015-06-221-2/+33
| * fsck: introduce identifiers for fsck messagesJohannes Schindelin2015-06-221-57/+144
| * fsck: introduce fsck optionsJohannes Schindelin2015-06-221-75/+75
* | Merge branch 'jc/fsck-retire-require-eoh'Junio C Hamano2015-07-131-4/+13
|\ \ | |/ |/|
| * fsck: it is OK for a tag and a commit to lack the bodyjc/fsck-retire-require-eohJunio C Hamano2015-06-281-4/+13
* | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-12-221-1/+2
|\ \ | |/
| * fsck: properly bound "invalid tag name" error messageJeff King2014-12-091-1/+2
* | Sync with v2.1.4Junio C Hamano2014-12-171-1/+4
|\ \ | |/ |/|
| * Sync with v2.0.5Junio C Hamano2014-12-171-1/+4
| |\
| | * Sync with v1.9.5Junio C Hamano2014-12-171-1/+4
| | |\
| | | * Sync with v1.8.5.6Junio C Hamano2014-12-171-1/+3
| | | |\