aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fsck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-1/+1
2014-09-26Merge branch 'js/fsck-tag-validation'Junio C Hamano1-1/+1
2014-09-19Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano1-2/+4
2014-09-12fsck: return non-zero status on missing ref tipsJeff King1-1/+2
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin1-1/+1
2014-09-10fsck: exit with non-zero status upon error from fsck_obj()Jeff King1-1/+2
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg1-5/+0
2014-06-13provide a helper to free commit bufferJeff King1-2/+1
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano1-1/+1
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy1-3/+3
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-3/+3
2013-09-17Merge branch 'jk/free-tree-buffer'Junio C Hamano1-9/+8
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-8/+8
2013-06-06clear parsed flag when we free tree buffersJeff King1-9/+8
2013-05-28fsck: don't put a void*-shaped peg in a char*-shaped holeMichael Haggerty1-1/+1
2012-08-20i18n: fsck: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-12/+12
2012-03-07fsck: use streaming API for writing lost-found blobsNguyễn Thái Ngọc Duy1-6/+2
2012-02-28fsck: --no-dangling omits "dangling object" informationJunio C Hamano1-2/+5
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy1-1/+1
2011-11-06fsck: print progressNguyễn Thái Ngọc Duy1-2/+38
2011-11-06fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy1-17/+25
2011-11-06fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy1-1/+3
2011-09-11fsck: do not abort upon finding an empty blobJunio C Hamano1-6/+3
2011-03-22Remove unused variablesJohannes Schindelin1-2/+1
2011-01-27fsck: do not give up too early in fsck_dir()Junio C Hamano1-6/+12
2011-01-27fsck: drop unused parameter from traverse_one_object()Junio C Hamano1-3/+10
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+684