Age | Commit message (Expand) | Author | Files | Lines |
2017-02-22 | Convert object iteration callbacks to struct object_id | brian m. carlson | 1 | -12/+12 |
2017-02-22 | refs: convert each_reflog_ent_fn to struct object_id | brian m. carlson | 1 | -8/+8 |
2017-01-31 | Merge branch 'jk/fsck-connectivity-check-fix' | Junio C Hamano | 1 | -37/+81 |
2017-01-26 | fsck: lazily load types under --connectivity-only | Jeff King | 1 | -51/+7 |
2017-01-26 | fsck: move typename() printing to its own function | Jeff King | 1 | -9/+20 |
2017-01-17 | fsck: check HAS_OBJ more consistently | Jeff King | 1 | -2/+2 |
2017-01-17 | fsck: do not fallback "git fsck <bogus>" to "git fsck" | Jeff King | 1 | -1/+1 |
2017-01-17 | fsck: tighten error-checks of "git fsck <head>" | Jeff King | 1 | -2/+5 |
2017-01-17 | fsck: prepare dummy objects for --connectivity-check | Jeff King | 1 | -23/+97 |
2017-01-17 | fsck: report trees as dangling | Jeff King | 1 | -1/+1 |
2017-01-15 | fsck: parse loose object paths directly | Jeff King | 1 | -13/+33 |
2016-10-10 | alternates: use a separate scratch space | Jeff King | 1 | -8/+2 |
2016-09-07 | streaming: make stream_blob_to_fd take struct object_id | brian m. carlson | 1 | -1/+1 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
2016-07-28 | Merge branch 'nd/pack-ofs-4gb-limit' | Junio C Hamano | 1 | -0/+4 |
2016-07-18 | fsck: optionally show more helpful info for broken links | Johannes Schindelin | 1 | -4/+38 |
2016-07-18 | fsck: give the error function a chance to see the fsck_options | Johannes Schindelin | 1 | -1/+2 |
2016-07-18 | fsck: refactor how to describe objects | Johannes Schindelin | 1 | -14/+23 |
2016-07-13 | fsck: use streaming interface for large blobs in pack | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2016-04-10 | fsck_head_link(): remove unneeded flag variable | Michael Haggerty | 1 | -2/+1 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -16/+16 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -2/+2 |
2015-10-20 | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 1 | -120/+34 |
2015-10-15 | Merge branch 'jc/fsck-dropped-errors' | Junio C Hamano | 1 | -4/+14 |
2015-10-05 | fsck: use for_each_loose_file_in_objdir | Jeff King | 1 | -46/+24 |
2015-10-05 | fsck: drop inode-sorting code | Jeff King | 1 | -68/+2 |
2015-09-25 | fsck: use strbuf to generate alternate directories | Jeff King | 1 | -5/+6 |
2015-09-25 | fsck: don't fsck alternates for connectivity-only check | Jeff King | 1 | -8/+9 |
2015-09-23 | fsck: exit with non-zero when problems are found | Junio C Hamano | 1 | -4/+14 |
2015-08-10 | prefer git_pathdup to git_path in some possibly-dangerous cases | Jeff King | 1 | -1/+3 |
2015-08-03 | Merge branch 'js/fsck-opt' | Junio C Hamano | 1 | -25/+53 |
2015-06-24 | Merge branch 'mh/fsck-reflog-entries' | Junio C Hamano | 1 | -14/+20 |
2015-06-23 | fsck: support ignoring objects in `git fsck` via fsck.skiplist | Johannes Schindelin | 1 | -0/+13 |
2015-06-23 | fsck: introduce `git fsck --connectivity-only` | Johannes Schindelin | 1 | -1/+6 |
2015-06-23 | fsck: support demoting errors to warnings | Johannes Schindelin | 1 | -0/+12 |
2015-06-22 | fsck: introduce identifiers for fsck messages | Johannes Schindelin | 1 | -18/+8 |
2015-06-22 | fsck: introduce fsck options | Johannes Schindelin | 1 | -6/+14 |
2015-06-08 | fsck: report errors if reflog entries point at invalid objects | Michael Haggerty | 1 | -4/+9 |
2015-06-08 | fsck_handle_reflog_sha1(): new function | Michael Haggerty | 1 | -14/+15 |
2015-05-25 | fsck: change functions to use object_id | Michael Haggerty | 1 | -16/+13 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -2/+7 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -2/+2 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |
2014-09-26 | Merge branch 'js/fsck-tag-validation' | Junio C Hamano | 1 | -1/+1 |
2014-09-19 | Merge branch 'jk/fsck-exit-code-fix' | Junio C Hamano | 1 | -2/+4 |
2014-09-12 | fsck: return non-zero status on missing ref tips | Jeff King | 1 | -1/+2 |
2014-09-10 | fsck_object(): allow passing object data separately from the object itself | Johannes Schindelin | 1 | -1/+1 |