summaryrefslogtreecommitdiff
path: root/builtin/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/packmigrate'Junio C Hamano2017-08-261-0/+1
|\
| * pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-0/+1
* | Merge branch 'jc/simplify-progress'Junio C Hamano2017-08-241-1/+1
|\ \ | |/ |/|
| * progress: simplify "delayed" progress APIjc/simplify-progressJunio C Hamano2017-08-191-1/+1
* | Merge branch 'rs/fsck-obj-leakfix'Junio C Hamano2017-08-221-11/+11
|\ \
| * | fsck: free buffers on error in fsck_obj()rs/fsck-obj-leakfixRené Scharfe2017-08-101-11/+11
* | | Merge branch 'jt/fsck-code-cleanup'Junio C Hamano2017-08-111-25/+16
|\ \ \
| * | | fsck: cleanup unused variableJonathan Tan2017-07-261-3/+1
| * | | object: remove "used" field from struct objectJonathan Tan2017-07-201-10/+14
| * | | fsck: remove redundant parse_tree() invocationJonathan Tan2017-07-201-12/+1
| | |/ | |/|
* | | builtin/fsck: convert remaining caller of get_sha1 to object_idbrian m. carlson2017-07-171-4/+4
|/ /
* | Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-051-1/+1
|\ \
| * | sha1_file: guard against invalid loose subdirectory numbersrs/sha1-name-readdir-optimRené Scharfe2017-06-241-1/+1
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/ /
* | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-2/+1
|\ \ \
| * | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-2/+1
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-8/+8
|\ \ \
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-4/+4
| * | | Convert the verify_pack callback to struct object_idbrian m. carlson2017-05-081-3/+3
| * | | Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
| * | | Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-021-2/+2
| |/ /
* | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-3/+3
|\ \ \ | |/ / |/| |
| * | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
| * | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-1/+1
* | | read-cache: force_verify_index_checksumJeff Hostetler2017-04-151-0/+1
|/ /
* | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-221-12/+12
* | refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-221-8/+8
|/
* 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
|\