summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2018-10-30Merge branch 'jc/cocci-preincr'Junio C Hamano
2018-10-24fsck: s/++i > 1/i++/Junio C Hamano
2018-10-10Merge branch 'ab/fsck-skiplist'Junio C Hamano
2018-09-27Sync with 2.18.1Junio C Hamano
2018-09-27Sync with 2.17.2Junio C Hamano
2018-09-27fsck: detect submodule paths starting with dashJeff King
2018-09-27fsck: detect submodule urls starting with dashJeff King
2018-09-12fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason
2018-09-12fsck: use oidset instead of oid_array for skipListRené Scharfe
2018-09-12fsck: use strbuf_getline() to read skiplist fileRené Scharfe
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano
2018-07-24Merge branch 'rj/submodule-fsck-skip'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-16fsck: downgrade gitmodulesParse default to "info"Jeff King
2018-07-16fsck: split ".gitmodules too large" error from parse failureJeff King
2018-07-03fsck: check skiplist for object in fsck_blob()Ramsay Jones
2018-07-03fsck: silence stderr when parsing .gitmodulesJeff King
2018-07-03config: add options parameter to git_config_from_memJeff King
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-29blob: add repository argument to lookup_blobStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano
2018-06-13Merge branch 'jk/submodule-fsck-loose-fixup'Junio C Hamano
2018-06-11fsck: avoid looking at NULL blob->objectJeff King
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-29fsck: produce camelCase config key namesNguyễn Thái Ngọc Duy
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy
2018-05-29fsck: factor out msg_id_info[] lazy initialization codeNguyễn Thái Ngọc Duy
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-22fsck: complain when .gitmodules is a symlinkJeff King
2018-05-22fsck: check .gitmodules contentJeff King
2018-05-22fsck: handle promisor objects in .gitmodules checkJeff King
2018-05-22fsck: detect gitmodules filesJeff King
2018-05-22fsck: actually fsck blob dataJeff King
2018-05-22fsck: simplify ".git" checkJeff King
2018-05-17commit: add repository argument to lookup_commit_graftJonathan Nieder
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-02fsck: convert static functions to struct object_idbrian m. carlson
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2017-10-11Merge branch 'rs/fsck-null-return-from-lookup'Junio C Hamano
2017-10-06fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller
2017-05-29Merge branch 'bc/object-id'Junio C Hamano