aboutsummaryrefslogtreecommitdiff
path: root/builtin/fsck.c
Commit message (Expand)AuthorAge
* Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano2017-11-15
|\
| * read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart2017-11-08
* | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-16
* | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29
|\ \
| * | object_array: add and use `object_array_pop()`Martin Ågren2017-09-24
| |/
| * Merge branch 'rs/fsck-obj-leakfix' into maintJunio C Hamano2017-09-10
| |\
* | \ Merge branch 'jt/packmigrate'Junio C Hamano2017-08-26
|\ \ \
| * | | pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-23
* | | | Merge branch 'jc/simplify-progress'Junio C Hamano2017-08-24
|\ \ \ \ | |/ / / |/| | |
| * | | progress: simplify "delayed" progress APIJunio C Hamano2017-08-19
* | | | Merge branch 'rs/fsck-obj-leakfix'Junio C Hamano2017-08-22
|\ \ \ \ | | |_|/ | |/| |
| * | | fsck: free buffers on error in fsck_obj()René Scharfe2017-08-10
* | | | Merge branch 'jt/fsck-code-cleanup'Junio C Hamano2017-08-11
|\ \ \ \ | | |_|/ | |/| |
| * | | fsck: cleanup unused variableJonathan Tan2017-07-26
| * | | object: remove "used" field from struct objectJonathan Tan2017-07-20
| * | | fsck: remove redundant parse_tree() invocationJonathan Tan2017-07-20
| | |/ | |/|
* | | builtin/fsck: convert remaining caller of get_sha1 to object_idbrian m. carlson2017-07-17
|/ /
* | Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-05
|\ \
| * | sha1_file: guard against invalid loose subdirectory numbersRené Scharfe2017-06-24
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-15
| |/ /
* | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \ \
| * | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-26
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | | Convert the verify_pack callback to struct object_idbrian m. carlson2017-05-08
| * | | Convert lookup_blob to struct object_idbrian m. carlson2017-05-08
| * | | Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-02
| |/ /
* | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16
|\ \ \ | |/ / |/| |
| * | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
| * | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-23
* | | read-cache: force_verify_index_checksumJeff Hostetler2017-04-15
|/ /
* | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-22
* | refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-22
|/
* Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano2017-01-31
|\
| * fsck: lazily load types under --connectivity-onlyJeff King2017-01-26
| * fsck: move typename() printing to its own functionJeff King2017-01-26
| * fsck: check HAS_OBJ more consistentlyJeff King2017-01-17
| * fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King2017-01-17
| * fsck: tighten error-checks of "git fsck <head>"Jeff King2017-01-17
| * fsck: prepare dummy objects for --connectivity-checkJeff King2017-01-17
| * fsck: report trees as danglingJeff King2017-01-17
* | fsck: parse loose object paths directlyJeff King2017-01-15
|/
* alternates: use a separate scratch spaceJeff King2016-10-10
* streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-07
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
* Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-28
|\
| * fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy2016-07-13
* | fsck: optionally show more helpful info for broken linksJohannes Schindelin2016-07-18
* | fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin2016-07-18