summaryrefslogtreecommitdiff
path: root/builtin/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano2017-01-311-37/+81
|\
| * fsck: lazily load types under --connectivity-onlyjk/fsck-connectivity-check-fixJeff King2017-01-261-51/+7
| * fsck: move typename() printing to its own functionJeff King2017-01-261-9/+20
| * fsck: check HAS_OBJ more consistentlyJeff King2017-01-171-2/+2
| * fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King2017-01-171-1/+1
| * fsck: tighten error-checks of "git fsck <head>"Jeff King2017-01-171-2/+5
| * fsck: prepare dummy objects for --connectivity-checkJeff King2017-01-171-23/+97
| * fsck: report trees as danglingJeff King2017-01-171-1/+1
* | fsck: parse loose object paths directlyJeff King2017-01-151-13/+33
|/
* alternates: use a separate scratch spaceJeff King2016-10-101-8/+2
* streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-071-1/+1
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
* Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-281-0/+4
|\
| * fsck: use streaming interface for large blobs in packnd/pack-ofs-4gb-limitNguyễn Thái Ngọc Duy2016-07-131-0/+4
* | fsck: optionally show more helpful info for broken linksJohannes Schindelin2016-07-181-4/+38
* | fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin2016-07-181-1/+2
* | fsck: refactor how to describe objectsJohannes Schindelin2016-07-181-14/+23
* | fsck_head_link(): remove unneeded flag variableMichael Haggerty2016-04-101-2/+1
|/
* Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* Convert struct object to object_idbrian m. carlson2015-11-201-16/+16
* Add several uses of get_object_hash.brian m. carlson2015-11-201-2/+2
* Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-120/+34
|\
| * fsck: use for_each_loose_file_in_objdirJeff King2015-10-051-46/+24
| * fsck: drop inode-sorting codeJeff King2015-10-051-68/+2
| * fsck: use strbuf to generate alternate directoriesJeff King2015-09-251-5/+6
| * fsck: don't fsck alternates for connectivity-only checkJeff King2015-09-251-8/+9
* | Merge branch 'jc/fsck-dropped-errors'Junio C Hamano2015-10-151-4/+14
|\ \ | |/ |/|
| * fsck: exit with non-zero when problems are foundjc/fsck-dropped-errorsJunio C Hamano2015-09-231-4/+14
* | prefer git_pathdup to git_path in some possibly-dangerous casesJeff King2015-08-101-1/+3
* | Merge branch 'js/fsck-opt'Junio C Hamano2015-08-031-25/+53
|\ \
| * | fsck: support ignoring objects in `git fsck` via fsck.skiplistjs/fsck-optJohannes Schindelin2015-06-231-0/+13
| * | fsck: introduce `git fsck --connectivity-only`Johannes Schindelin2015-06-231-1/+6
| * | fsck: support demoting errors to warningsJohannes Schindelin2015-06-231-0/+12
| * | fsck: introduce identifiers for fsck messagesJohannes Schindelin2015-06-221-18/+8
| * | fsck: introduce fsck optionsJohannes Schindelin2015-06-221-6/+14
| |/
* | Merge branch 'mh/fsck-reflog-entries'Junio C Hamano2015-06-241-14/+20
|\ \ | |/ |/|
| * fsck: report errors if reflog entries point at invalid objectsmh/fsck-reflog-entriesMichael Haggerty2015-06-081-4/+9
| * fsck_handle_reflog_sha1(): new functionMichael Haggerty2015-06-081-14/+15
* | fsck: change functions to use object_idMichael Haggerty2015-05-251-16/+13
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-2/+7
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-2/+2
|\ \ | |/ |/|
| * path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-2/+2
* | 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