summaryrefslogtreecommitdiff
path: root/builtin/fsck.c
AgeCommit message (Expand)Author
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson
2017-01-31Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano
2017-01-26fsck: lazily load types under --connectivity-onlyJeff King
2017-01-26fsck: move typename() printing to its own functionJeff King
2017-01-17fsck: check HAS_OBJ more consistentlyJeff King
2017-01-17fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King
2017-01-17fsck: tighten error-checks of "git fsck <head>"Jeff King
2017-01-17fsck: prepare dummy objects for --connectivity-checkJeff King
2017-01-17fsck: report trees as danglingJeff King
2017-01-15fsck: parse loose object paths directlyJeff King
2016-10-10alternates: use a separate scratch spaceJeff King
2016-09-07streaming: make stream_blob_to_fd take struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-28Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano
2016-07-18fsck: optionally show more helpful info for broken linksJohannes Schindelin
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin
2016-07-18fsck: refactor how to describe objectsJohannes Schindelin
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy
2016-04-10fsck_head_link(): remove unneeded flag variableMichael Haggerty
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-10-15Merge branch 'jc/fsck-dropped-errors'Junio C Hamano
2015-10-05fsck: use for_each_loose_file_in_objdirJeff King
2015-10-05fsck: drop inode-sorting codeJeff King
2015-09-25fsck: use strbuf to generate alternate directoriesJeff King
2015-09-25fsck: don't fsck alternates for connectivity-only checkJeff King
2015-09-23fsck: exit with non-zero when problems are foundJunio C Hamano
2015-08-10prefer git_pathdup to git_path in some possibly-dangerous casesJeff King
2015-08-03Merge branch 'js/fsck-opt'Junio C Hamano
2015-06-24Merge branch 'mh/fsck-reflog-entries'Junio C Hamano
2015-06-23fsck: support ignoring objects in `git fsck` via fsck.skiplistJohannes Schindelin
2015-06-23fsck: introduce `git fsck --connectivity-only`Johannes Schindelin
2015-06-23fsck: support demoting errors to warningsJohannes Schindelin
2015-06-22fsck: introduce identifiers for fsck messagesJohannes Schindelin
2015-06-22fsck: introduce fsck optionsJohannes Schindelin
2015-06-08fsck: report errors if reflog entries point at invalid objectsMichael Haggerty
2015-06-08fsck_handle_reflog_sha1(): new functionMichael Haggerty
2015-05-25fsck: change functions to use object_idMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-09-26Merge branch 'js/fsck-tag-validation'Junio C Hamano
2014-09-19Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano
2014-09-12fsck: return non-zero status on missing ref tipsJeff King
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin