summaryrefslogtreecommitdiff
path: root/builtin/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+1
* Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-261-1/+1
|\
| * fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-101-1/+1
* | Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano2014-09-191-2/+4
|\ \ | |/ |/|
| * fsck: return non-zero status on missing ref tipsjk/fsck-exit-code-fixJeff King2014-09-121-1/+2
| * fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-101-1/+2
* | refs.c: add a public is_branch functionrs/unify-is-branchRonnie Sahlberg2014-07-161-5/+0
* | provide a helper to free commit bufferJeff King2014-06-131-2/+1
* | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-141-1/+1
|\ \
| * | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-1/+1
| |/
* | i18n: mark all progress lines for translationnd/i18n-progressNguyễn Thái Ngọc Duy2014-02-241-3/+3
|/
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-3/+3
* Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-171-9/+8
|\
| * clear parsed flag when we free tree buffersjk/free-tree-bufferJeff King2013-06-061-9/+8
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-8/+8
* | fsck: don't put a void*-shaped peg in a char*-shaped holeMichael Haggerty2013-05-281-1/+1
|/
* i18n: fsck: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-12/+12
* fsck: use streaming API for writing lost-found blobsNguyễn Thái Ngọc Duy2012-03-071-6/+2
* fsck: --no-dangling omits "dangling object" informationcb/fsck-squelch-danglingJunio C Hamano2012-02-281-2/+5
* Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-131-1/+1
* fsck: print progressnd/fsck-progressNguyễn Thái Ngọc Duy2011-11-061-2/+38
* fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-061-17/+25
* fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy2011-11-061-1/+3
* fsck: do not abort upon finding an empty blobJunio C Hamano2011-09-111-6/+3
* Remove unused variablesJohannes Schindelin2011-03-221-2/+1
* fsck: do not give up too early in fsck_dir()Junio C Hamano2011-01-271-6/+12
* fsck: drop unused parameter from traverse_one_object()Junio C Hamano2011-01-271-3/+10
* add description parameter to OPT__VERBOSERené Scharfe2010-11-151-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+684