aboutsummaryrefslogtreecommitdiff
path: root/builtin/fsck.c
Commit message (Expand)AuthorAge
* fsck: report errors if reflog entries point at invalid objectsMichael Haggerty2015-06-08
* fsck_handle_reflog_sha1(): new functionMichael Haggerty2015-06-08
* standardize usage info string formatAlex Henrie2015-01-14
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-26
|\
| * fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-10
* | Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano2014-09-19
|\ \ | |/ |/|
| * fsck: return non-zero status on missing ref tipsJeff King2014-09-12
| * fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-10
* | refs.c: add a public is_branch functionRonnie Sahlberg2014-07-16
* | provide a helper to free commit bufferJeff King2014-06-13
* | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-14
|\ \
| * | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
| |/
* | i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy2014-02-24
|/
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-17
|\
| * clear parsed flag when we free tree buffersJeff King2013-06-06
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | fsck: don't put a void*-shaped peg in a char*-shaped holeMichael Haggerty2013-05-28
|/
* i18n: fsck: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* fsck: use streaming API for writing lost-found blobsNguyễn Thái Ngọc Duy2012-03-07
* fsck: --no-dangling omits "dangling object" informationJunio C Hamano2012-02-28
* Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2011-12-13
* fsck: print progressNguyễn Thái Ngọc Duy2011-11-06
* fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-06
* fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy2011-11-06
* fsck: do not abort upon finding an empty blobJunio C Hamano2011-09-11
* Remove unused variablesJohannes Schindelin2011-03-22
* fsck: do not give up too early in fsck_dir()Junio C Hamano2011-01-27
* fsck: drop unused parameter from traverse_one_object()Junio C Hamano2011-01-27
* add description parameter to OPT__VERBOSERené Scharfe2010-11-15
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22