Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-09 | 1 | -1/+24 |
|\ | |||||
| * | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+24 |
| |\ | |||||
| | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -1/+24 |
| | |\ | |||||
| | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+24 |
| | | |\ | |||||
| | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+24 |
| | | | |\ | |||||
| | | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+24 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+24 |
| | | | | | |\ | |||||
| | | | | | | * | fsck: reject submodule.update = !command in .gitmodules | Jonathan Nieder | 2019-12-06 | 1 | -0/+7 |
| | | | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -1/+17 |
| | | | | | | |\ | |||||
| | | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -1/+10 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | is_ntfs_dotgit(): only verify the leading segment | Johannes Schindelin | 2019-12-05 | 1 | -1/+10 |
* | | | | | | | | | | fsck: accept an oid instead of a "struct tree" for fsck_tree() | Jeff King | 2019-10-28 | 1 | -15/+15 |
* | | | | | | | | | | fsck: accept an oid instead of a "struct commit" for fsck_commit() | Jeff King | 2019-10-28 | 1 | -15/+14 |
* | | | | | | | | | | fsck: accept an oid instead of a "struct tag" for fsck_tag() | Jeff King | 2019-10-28 | 1 | -14/+13 |
* | | | | | | | | | | fsck: rename vague "oid" local variables | Jeff King | 2019-10-28 | 1 | -4/+4 |
* | | | | | | | | | | fsck: don't require an object struct in verify_headers() | Jeff King | 2019-10-28 | 1 | -5/+7 |
* | | | | | | | | | | fsck: don't require an object struct for fsck_ident() | Jeff King | 2019-10-28 | 1 | -14/+16 |
* | | | | | | | | | | fsck: drop blob struct from fsck_finish() | Jeff King | 2019-10-28 | 1 | -14/+4 |
* | | | | | | | | | | fsck: accept an oid instead of a "struct blob" for fsck_blob() | Jeff King | 2019-10-28 | 1 | -13/+13 |
* | | | | | | | | | | fsck: don't require an object struct for report() | Jeff King | 2019-10-28 | 1 | -59/+69 |
* | | | | | | | | | | fsck: only require an oid for skiplist functions | Jeff King | 2019-10-28 | 1 | -4/+5 |
* | | | | | | | | | | fsck: only provide oid/type in fsck_error callback | Jeff King | 2019-10-28 | 1 | -4/+7 |
* | | | | | | | | | | fsck: use oids rather than objects for object_name API | Jeff King | 2019-10-28 | 1 | -27/+34 |
* | | | | | | | | | | fsck_describe_object(): build on our get_object_name() primitive | Jeff King | 2019-10-28 | 1 | -4/+1 |
* | | | | | | | | | | fsck: unify object-name code | Jeff King | 2019-10-28 | 1 | -31/+51 |
* | | | | | | | | | | fsck: require an actual buffer for non-blobs | Jeff King | 2019-10-28 | 1 | -42/+9 |
* | | | | | | | | | | fsck: stop checking tag->tagged | Jeff King | 2019-10-28 | 1 | -13/+2 |
* | | | | | | | | | | fsck: stop checking commit->parent counts | Jeff King | 2019-10-28 | 1 | -22/+1 |
* | | | | | | | | | | fsck: stop checking commit->tree value | Jeff King | 2019-10-28 | 1 | -5/+0 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge branch 'br/blame-ignore' | Junio C Hamano | 2019-07-19 | 1 | -36/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Move oidset_parse_file() to oidset.c | Barret Rhoden | 2019-05-16 | 1 | -35/+0 |
| * | | | | | | | | | fsck: rename and touch up init_skiplist() | Barret Rhoden | 2019-05-16 | 1 | -9/+9 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | object: convert lookup_unknown_object() to use object_id | Jeff King | 2019-06-20 | 1 | -1/+1 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Use 'unsigned short' for mode, like diff_filespec does | Elijah Newren | 2019-04-08 | 1 | -1/+1 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | tree-walk: store object_id in a separate member | brian m. carlson | 2019-01-15 | 1 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'jc/cocci-preincr' | Junio C Hamano | 2018-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | fsck: s/++i > 1/i++/ | Junio C Hamano | 2018-10-24 | 1 | -1/+1 |
* | | | | | | Merge branch 'ab/fsck-skiplist' | Junio C Hamano | 2018-10-10 | 1 | -33/+27 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | fsck: support comments & empty lines in skipList | Ævar Arnfjörð Bjarmason | 2018-09-12 | 1 | -0/+14 |
| * | | | | | fsck: use oidset instead of oid_array for skipList | René Scharfe | 2018-09-12 | 1 | -21/+2 |
| * | | | | | fsck: use strbuf_getline() to read skiplist file | René Scharfe | 2018-09-12 | 1 | -13/+12 |
* | | | | | | Sync with 2.18.1 | Junio C Hamano | 2018-09-27 | 1 | -0/+14 |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| * | | | | Sync with 2.17.2 | Junio C Hamano | 2018-09-27 | 1 | -0/+14 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | fsck: detect submodule paths starting with dash | Jeff King | 2018-09-27 | 1 | -0/+7 |
| | * | | | fsck: detect submodule urls starting with dash | Jeff King | 2018-09-27 | 1 | -0/+7 |
* | | | | | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 2018-08-02 | 1 | -4/+5 |
|\ \ \ \ \ | |||||
| * | | | | | tree: add repository argument to lookup_tree | Stefan Beller | 2018-06-29 | 1 | -1/+1 |
| * | | | | | blob: add repository argument to lookup_blob | Stefan Beller | 2018-06-29 | 1 | -2/+2 |
| * | | | | | object: add repository argument to parse_object | Stefan Beller | 2018-06-29 | 1 | -1/+2 |
| * | | | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -1/+2 |
| |\ \ \ \ \ |