summaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |\
| | | | * fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin2014-12-171-1/+2
| | | | * fsck: complain about HFS+ ".git" aliases in treesJeff King2014-12-171-1/+2
| | | | * fsck: notice .git case-insensitivelyJeff King2014-12-171-1/+1
* | | | | fsck: check tag objects' headersJohannes Schindelin2014-09-111-1/+85
* | | | | Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin2014-09-111-0/+23
* | | | | fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-101-9/+15
|/ / / /
* | | | fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe2014-07-101-16/+6
* | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-9/+4
|\ \ \ \ | |/ / / |/| | |
| * | | refactor skip_prefix to return a booleanJeff King2014-06-201-9/+5
* | | | commit: record buffer length in cacheJeff King2014-06-131-1/+1
* | | | use get_commit_buffer everywhereJeff King2014-06-131-2/+11
|/ / /
* | | Merge branch 'hs/simplify-bit-setting-in-fsck-tree'Junio C Hamano2014-03-311-12/+6
|\ \ \
| * | | fsck: use bitwise-or assignment operator to set flaghs/simplify-bit-setting-in-fsck-treeHiroyuki Sano2014-03-201-12/+6
| | |/ | |/|
* | | Merge branch 'ys/fsck-commit-parsing'Junio C Hamano2014-03-281-12/+14
|\ \ \ | |_|/ |/| |
| * | fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantys/fsck-commit-parsingYuxuan Shui2014-03-191-11/+13
| * | fsck.c:fsck_ident(): ident points at a const stringYuxuan Shui2014-03-131-2/+2
| |/
* | date: check date overflow against time_tJeff King2014-02-241-1/+1
* | fsck: report integer overflow in author timestampsJeff King2014-02-241-6/+6
|/
* fsck: warn about ".git" in treesJeff King2012-11-281-0/+5
* fsck: warn about '.' and '..' in treesJeff King2012-11-281-0/+10
* Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano2012-09-101-1/+7
|\