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