summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'jc/fsck-nul-in-commit'Junio C Hamano1-3/+13
2016-05-10fsck: detect and warn a commit with embedded NULJunio C Hamano1-0/+8
2016-04-25tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson1-3/+3
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson1-2/+2
2016-04-14fsck_commit_buffer(): do not special case the last validationJunio C Hamano1-3/+5
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-1/+2
2015-12-10Merge branch 'bc/object-id'Junio C Hamano1-7/+7
2015-11-20fsck: treat a NUL in a tag header as an errorRené Scharfe1-1/+2
2015-11-20Remove get_object_hash.brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idbrian m. carlson1-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson1-3/+3
2015-08-03Merge branch 'js/fsck-opt'Junio C Hamano1-119/+436
2015-07-13Merge branch 'jc/fsck-retire-require-eoh'Junio C Hamano1-4/+13
2015-06-28fsck: it is OK for a tag and a commit to lack the bodyJunio C Hamano1-4/+13
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin1-0/+50
2015-06-23fsck: allow upgrading fsck warnings to errorsJohannes Schindelin1-7/+17
2015-06-23fsck: optionally ignore specific fsck issues completelyJohannes Schindelin1-0/+5
2015-06-23fsck: disallow demoting grave fsck errors to warningsJohannes Schindelin1-2/+11
2015-06-23fsck: make fsck_tag() warn-friendlyJohannes Schindelin1-1/+2
2015-06-23fsck: handle multiple authors in commits speciallyJohannes Schindelin1-4/+13
2015-06-23fsck: make fsck_commit() warn-friendlyJohannes Schindelin1-8/+20
2015-06-23fsck: make fsck_ident() warn-friendlyJohannes Schindelin1-22/+27
2015-06-23fsck: report the ID of the error/warningJohannes Schindelin1-0/+20
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin1-0/+8
2015-06-23fsck: offer a function to demote fsck errors to warningsJohannes Schindelin1-3/+73
2015-06-22fsck: provide a function to parse fsck message IDsJohannes Schindelin1-2/+33
2015-06-22fsck: introduce identifiers for fsck messagesJohannes Schindelin1-57/+144
2015-06-22fsck: introduce fsck optionsJohannes Schindelin1-75/+75
2014-12-22Merge branch 'js/fsck-tag-validation'Junio C Hamano1-1/+2
2014-12-17Sync with v2.1.4Junio C Hamano1-1/+4
2014-12-17Sync with v2.0.5Junio C Hamano1-1/+4
2014-12-17Sync with v1.9.5Junio C Hamano1-1/+4
2014-12-17Sync with v1.8.5.6Junio C Hamano1-1/+3
2014-12-17fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin1-1/+2
2014-12-17fsck: complain about HFS+ ".git" aliases in treesJeff King1-1/+2
2014-12-17fsck: notice .git case-insensitivelyJeff King1-1/+1
2014-12-09fsck: properly bound "invalid tag name" error messageJeff King1-1/+2
2014-09-11fsck: check tag objects' headersJohannes Schindelin1-1/+85
2014-09-11Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin1-0/+23
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin1-9/+15
2014-07-10fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe1-16/+6
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano1-9/+4
2014-06-20refactor skip_prefix to return a booleanJeff King1-9/+5
2014-06-13commit: record buffer length in cacheJeff King1-1/+1
2014-06-13use get_commit_buffer everywhereJeff King1-2/+11
2014-03-31Merge branch 'hs/simplify-bit-setting-in-fsck-tree'Junio C Hamano1-12/+6
2014-03-28Merge branch 'ys/fsck-commit-parsing'Junio C Hamano1-12/+14
2014-03-20fsck: use bitwise-or assignment operator to set flagHiroyuki Sano1-12/+6
2014-03-19fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantYuxuan Shui1-11/+13
2014-03-13fsck.c:fsck_ident(): ident points at a const stringYuxuan Shui1-2/+2