aboutsummaryrefslogtreecommitdiff
path: root/builtin/fsck.c
Commit message (Expand)AuthorAge
* 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
* | fsck: refactor how to describe objectsJohannes Schindelin2016-07-18
* | fsck_head_link(): remove unneeded flag variableMichael Haggerty2016-04-10
|/
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\
| * fsck: use for_each_loose_file_in_objdirJeff King2015-10-05
| * fsck: drop inode-sorting codeJeff King2015-10-05
| * fsck: use strbuf to generate alternate directoriesJeff King2015-09-25
| * fsck: don't fsck alternates for connectivity-only checkJeff King2015-09-25
* | Merge branch 'jc/fsck-dropped-errors'Junio C Hamano2015-10-15
|\ \ | |/ |/|
| * fsck: exit with non-zero when problems are foundJunio C Hamano2015-09-23
* | prefer git_pathdup to git_path in some possibly-dangerous casesJeff King2015-08-10
* | Merge branch 'js/fsck-opt'Junio C Hamano2015-08-03
|\ \
| * | fsck: support ignoring objects in `git fsck` via fsck.skiplistJohannes Schindelin2015-06-23
| * | fsck: introduce `git fsck --connectivity-only`Johannes Schindelin2015-06-23
| * | fsck: support demoting errors to warningsJohannes Schindelin2015-06-23
| * | fsck: introduce identifiers for fsck messagesJohannes Schindelin2015-06-22
| * | fsck: introduce fsck optionsJohannes Schindelin2015-06-22
| |/