| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-walk: convert tree_entry_extract() to use struct object_id | brian m. carlson | 2016-04-25 | 1 | -3/+3 |
* | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 | 1 | -2/+2 |
* | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -1/+2 |
* | Merge branch 'bc/object-id' | Junio C Hamano | 2015-12-10 | 1 | -7/+7 |
|\ |
|
| * | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -3/+3 |
| * | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
| * | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -3/+3 |
* | | fsck: treat a NUL in a tag header as an error | René Scharfe | 2015-11-20 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'js/fsck-opt' | Junio C Hamano | 2015-08-03 | 1 | -119/+436 |
|\ |
|
| * | fsck: git receive-pack: support excluding objects from fsck'ing | Johannes Schindelin | 2015-06-23 | 1 | -0/+50 |
| * | fsck: allow upgrading fsck warnings to errors | Johannes Schindelin | 2015-06-23 | 1 | -7/+17 |
| * | fsck: optionally ignore specific fsck issues completely | Johannes Schindelin | 2015-06-23 | 1 | -0/+5 |
| * | fsck: disallow demoting grave fsck errors to warnings | Johannes Schindelin | 2015-06-23 | 1 | -2/+11 |
| * | fsck: make fsck_tag() warn-friendly | Johannes Schindelin | 2015-06-23 | 1 | -1/+2 |
| * | fsck: handle multiple authors in commits specially | Johannes Schindelin | 2015-06-23 | 1 | -4/+13 |
| * | fsck: make fsck_commit() warn-friendly | Johannes Schindelin | 2015-06-23 | 1 | -8/+20 |
| * | fsck: make fsck_ident() warn-friendly | Johannes Schindelin | 2015-06-23 | 1 | -22/+27 |
| * | fsck: report the ID of the error/warning | Johannes Schindelin | 2015-06-23 | 1 | -0/+20 |
| * | fsck (receive-pack): allow demoting errors to warnings | Johannes Schindelin | 2015-06-23 | 1 | -0/+8 |
| * | fsck: offer a function to demote fsck errors to warnings | Johannes Schindelin | 2015-06-23 | 1 | -3/+73 |
| * | fsck: provide a function to parse fsck message IDs | Johannes Schindelin | 2015-06-22 | 1 | -2/+33 |
| * | fsck: introduce identifiers for fsck messages | Johannes Schindelin | 2015-06-22 | 1 | -57/+144 |
| * | fsck: introduce fsck options | Johannes Schindelin | 2015-06-22 | 1 | -75/+75 |
* | | Merge branch 'jc/fsck-retire-require-eoh' | Junio C Hamano | 2015-07-13 | 1 | -4/+13 |
|\ \
| |/
|/| |
|
| * | fsck: it is OK for a tag and a commit to lack the bodyjc/fsck-retire-require-eoh | Junio C Hamano | 2015-06-28 | 1 | -4/+13 |
* | | Merge branch 'js/fsck-tag-validation' | Junio C Hamano | 2014-12-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | fsck: properly bound "invalid tag name" error message | Jeff King | 2014-12-09 | 1 | -1/+2 |
* | | Sync with v2.1.4 | Junio C Hamano | 2014-12-17 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | Sync with v2.0.5 | Junio C Hamano | 2014-12-17 | 1 | -1/+4 |
| |\ |
|
| | * | Sync with v1.9.5 | Junio C Hamano | 2014-12-17 | 1 | -1/+4 |
| | |\ |
|
| | | * | Sync with v1.8.5.6 | Junio C Hamano | 2014-12-17 | 1 | -1/+3 |
| | | |\ |
|
| | | | * | fsck: complain about NTFS ".git" aliases in trees | Johannes Schindelin | 2014-12-17 | 1 | -1/+2 |
| | | | * | fsck: complain about HFS+ ".git" aliases in trees | Jeff King | 2014-12-17 | 1 | -1/+2 |
| | | | * | fsck: notice .git case-insensitively | Jeff King | 2014-12-17 | 1 | -1/+1 |
* | | | | | fsck: check tag objects' headers | Johannes Schindelin | 2014-09-11 | 1 | -1/+85 |
* | | | | | Make sure fsck_commit_buffer() does not run out of the buffer | Johannes Schindelin | 2014-09-11 | 1 | -0/+23 |
* | | | | | fsck_object(): allow passing object data separately from the object itself | Johannes Schindelin | 2014-09-10 | 1 | -9/+15 |
|/ / / / |
|
* | | | | fsck: simplify fsck_commit_buffer() by using commit_list_count() | René Scharfe | 2014-07-10 | 1 | -16/+6 |
* | | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -9/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 1 | -9/+5 |
* | | | | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | | | | use get_commit_buffer everywhere | Jeff King | 2014-06-13 | 1 | -2/+11 |
|/ / / |
|
* | | | Merge branch 'hs/simplify-bit-setting-in-fsck-tree' | Junio C Hamano | 2014-03-31 | 1 | -12/+6 |
|\ \ \ |
|
| * | | | fsck: use bitwise-or assignment operator to set flaghs/simplify-bit-setting-in-fsck-tree | Hiroyuki Sano | 2014-03-20 | 1 | -12/+6 |
| | |/
| |/| |
|
* | | | Merge branch 'ys/fsck-commit-parsing' | Junio C Hamano | 2014-03-28 | 1 | -12/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantys/fsck-commit-parsing | Yuxuan Shui | 2014-03-19 | 1 | -11/+13 |
| * | | fsck.c:fsck_ident(): ident points at a const string | Yuxuan Shui | 2014-03-13 | 1 | -2/+2 |
| |/ |
|
* | | date: check date overflow against time_t | Jeff King | 2014-02-24 | 1 | -1/+1 |
* | | fsck: report integer overflow in author timestamps | Jeff King | 2014-02-24 | 1 | -6/+6 |
|/ |
|
* | fsck: warn about ".git" in trees | Jeff King | 2012-11-28 | 1 | -0/+5 |