summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2015-12-10Merge branch 'bc/object-id'Junio C Hamano
2015-11-20fsck: treat a NUL in a tag header as an errorRené Scharfe
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-08-03Merge branch 'js/fsck-opt'Junio C Hamano
2015-07-13Merge branch 'jc/fsck-retire-require-eoh'Junio C Hamano
2015-06-28fsck: it is OK for a tag and a commit to lack the bodyJunio C Hamano
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin
2015-06-23fsck: allow upgrading fsck warnings to errorsJohannes Schindelin
2015-06-23fsck: optionally ignore specific fsck issues completelyJohannes Schindelin
2015-06-23fsck: disallow demoting grave fsck errors to warningsJohannes Schindelin
2015-06-23fsck: make fsck_tag() warn-friendlyJohannes Schindelin
2015-06-23fsck: handle multiple authors in commits speciallyJohannes Schindelin
2015-06-23fsck: make fsck_commit() warn-friendlyJohannes Schindelin
2015-06-23fsck: make fsck_ident() warn-friendlyJohannes Schindelin
2015-06-23fsck: report the ID of the error/warningJohannes Schindelin
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin
2015-06-23fsck: offer a function to demote fsck errors to warningsJohannes Schindelin
2015-06-22fsck: provide a function to parse fsck message IDsJohannes Schindelin
2015-06-22fsck: introduce identifiers for fsck messagesJohannes Schindelin
2015-06-22fsck: introduce fsck optionsJohannes Schindelin
2014-12-22Merge branch 'js/fsck-tag-validation'Junio C Hamano
2014-12-17Sync with v2.1.4Junio C Hamano
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.9.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin
2014-12-17fsck: complain about HFS+ ".git" aliases in treesJeff King
2014-12-17fsck: notice .git case-insensitivelyJeff King
2014-12-09fsck: properly bound "invalid tag name" error messageJeff King
2014-09-11fsck: check tag objects' headersJohannes Schindelin
2014-09-11Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin
2014-07-10fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13use get_commit_buffer everywhereJeff King
2014-03-31Merge branch 'hs/simplify-bit-setting-in-fsck-tree'Junio C Hamano
2014-03-28Merge branch 'ys/fsck-commit-parsing'Junio C Hamano
2014-03-20fsck: use bitwise-or assignment operator to set flagHiroyuki Sano
2014-03-19fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantYuxuan Shui
2014-03-13fsck.c:fsck_ident(): ident points at a const stringYuxuan Shui
2014-02-24date: check date overflow against time_tJeff King
2014-02-24fsck: report integer overflow in author timestampsJeff King
2012-11-28fsck: warn about ".git" in treesJeff King
2012-11-28fsck: warn about '.' and '..' in treesJeff King
2012-09-10Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano
2012-07-29fsck: detect null sha1 in tree entriesJeff King