summaryrefslogtreecommitdiff
path: root/builtin/fsck.c
AgeCommit message (Expand)Author
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
2014-09-10fsck: exit with non-zero status upon error from fsck_obj()Jeff King
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg
2014-06-13provide a helper to free commit bufferJeff King
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-09-17Merge branch 'jk/free-tree-buffer'Junio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-06-06clear parsed flag when we free tree buffersJeff King
2013-05-28fsck: don't put a void*-shaped peg in a char*-shaped holeMichael Haggerty
2012-08-20i18n: fsck: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-03-07fsck: use streaming API for writing lost-found blobsNguyễn Thái Ngọc Duy
2012-02-28fsck: --no-dangling omits "dangling object" informationJunio C Hamano
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2011-11-07fsck: print progressNguyễn Thái Ngọc Duy
2011-11-07fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy
2011-11-07fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy
2011-09-12fsck: do not abort upon finding an empty blobJunio C Hamano
2011-03-22Remove unused variablesJohannes Schindelin