Age | Commit message (Expand) | Author | Files | Lines |
2017-05-23 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_blob to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-04-23 | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 1 | -1/+1 |
2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -3/+3 |
2017-03-31 | Convert sha1_array_lookup to take struct object_id | brian m. carlson | 1 | -1/+1 |
2017-03-31 | Make sha1_array_append take a struct object_id * | brian m. carlson | 1 | -1/+1 |
2017-03-28 | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 1 | -2/+2 |
2017-03-28 | fsck: convert init_skiplist to struct object_id | brian m. carlson | 1 | -5/+6 |
2017-01-26 | fsck: lazily load types under --connectivity-only | Jeff King | 1 | -0/+4 |
2016-09-27 | fsck: handle bad trees like other errors | David Turner | 1 | -6/+12 |
2016-07-18 | fsck: optionally show more helpful info for broken links | Johannes Schindelin | 1 | -4/+17 |
2016-07-18 | fsck: give the error function a chance to see the fsck_options | Johannes Schindelin | 1 | -2/+3 |
2016-07-18 | fsck_walk(): optionally name objects on the go | Johannes Schindelin | 1 | -4/+83 |
2016-05-17 | Merge branch 'jc/fsck-nul-in-commit' | Junio C Hamano | 1 | -3/+13 |
2016-05-10 | fsck: detect and warn a commit with embedded NUL | Junio C Hamano | 1 | -0/+8 |
2016-04-25 | tree-walk: convert tree_entry_extract() to use struct object_id | brian m. carlson | 1 | -3/+3 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -2/+2 |
2016-04-14 | fsck_commit_buffer(): do not special case the last validation | Junio C Hamano | 1 | -3/+5 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -1/+2 |
2015-12-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -7/+7 |
2015-11-20 | fsck: treat a NUL in a tag header as an error | René Scharfe | 1 | -1/+2 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -3/+3 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -4/+4 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -3/+3 |
2015-08-03 | Merge branch 'js/fsck-opt' | Junio C Hamano | 1 | -119/+436 |
2015-07-13 | Merge branch 'jc/fsck-retire-require-eoh' | Junio C Hamano | 1 | -4/+13 |
2015-06-28 | fsck: it is OK for a tag and a commit to lack the body | Junio C Hamano | 1 | -4/+13 |
2015-06-23 | fsck: git receive-pack: support excluding objects from fsck'ing | Johannes Schindelin | 1 | -0/+50 |
2015-06-23 | fsck: allow upgrading fsck warnings to errors | Johannes Schindelin | 1 | -7/+17 |
2015-06-23 | fsck: optionally ignore specific fsck issues completely | Johannes Schindelin | 1 | -0/+5 |
2015-06-23 | fsck: disallow demoting grave fsck errors to warnings | Johannes Schindelin | 1 | -2/+11 |
2015-06-23 | fsck: make fsck_tag() warn-friendly | Johannes Schindelin | 1 | -1/+2 |
2015-06-23 | fsck: handle multiple authors in commits specially | Johannes Schindelin | 1 | -4/+13 |
2015-06-23 | fsck: make fsck_commit() warn-friendly | Johannes Schindelin | 1 | -8/+20 |
2015-06-23 | fsck: make fsck_ident() warn-friendly | Johannes Schindelin | 1 | -22/+27 |
2015-06-23 | fsck: report the ID of the error/warning | Johannes Schindelin | 1 | -0/+20 |
2015-06-23 | fsck (receive-pack): allow demoting errors to warnings | Johannes Schindelin | 1 | -0/+8 |
2015-06-23 | fsck: offer a function to demote fsck errors to warnings | Johannes Schindelin | 1 | -3/+73 |
2015-06-22 | fsck: provide a function to parse fsck message IDs | Johannes Schindelin | 1 | -2/+33 |
2015-06-22 | fsck: introduce identifiers for fsck messages | Johannes Schindelin | 1 | -57/+144 |
2015-06-22 | fsck: introduce fsck options | Johannes Schindelin | 1 | -75/+75 |
2014-12-22 | Merge branch 'js/fsck-tag-validation' | Junio C Hamano | 1 | -1/+2 |
2014-12-17 | Sync with v2.1.4 | Junio C Hamano | 1 | -1/+4 |
2014-12-17 | Sync with v2.0.5 | Junio C Hamano | 1 | -1/+4 |
2014-12-17 | Sync with v1.9.5 | Junio C Hamano | 1 | -1/+4 |
2014-12-17 | Sync with v1.8.5.6 | Junio C Hamano | 1 | -1/+3 |
2014-12-17 | fsck: complain about NTFS ".git" aliases in trees | Johannes Schindelin | 1 | -1/+2 |
2014-12-17 | fsck: complain about HFS+ ".git" aliases in trees | Jeff King | 1 | -1/+2 |