aboutsummaryrefslogtreecommitdiff
path: root/builtin/fsck.c
Commit message (Expand)AuthorAge
* 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
| |/
* | Merge branch 'mh/fsck-reflog-entries'Junio C Hamano2015-06-24
|\ \ | |/ |/|
| * fsck: report errors if reflog entries point at invalid objectsMichael Haggerty2015-06-08
| * fsck_handle_reflog_sha1(): new functionMichael Haggerty2015-06-08
* | fsck: change functions to use object_idMichael Haggerty2015-05-25
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ | |/ |/|
| * path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | standardize usage info string formatAlex Henrie2015-01-14
|/
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-26
|\
| * fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-10
* | Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano2014-09-19
|\ \ | |/ |/|
| * fsck: return non-zero status on missing ref tipsJeff King2014-09-12
| * fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-10
* | refs.c: add a public is_branch functionRonnie Sahlberg2014-07-16
* | provide a helper to free commit bufferJeff King2014-06-13
* | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-14
|\ \
| * | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
| |/
* | i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy2014-02-24
|/
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-17
|\
| * clear parsed flag when we free tree buffersJeff King2013-06-06
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | fsck: don't put a void*-shaped peg in a char*-shaped holeMichael Haggerty2013-05-28
|/