summaryrefslogtreecommitdiffstats
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
* Merge branch 'jc/cocci-preincr'Junio C Hamano2018-10-301-1/+1
|\
| * fsck: s/++i > 1/i++/Junio C Hamano2018-10-241-1/+1
* | Merge branch 'ab/fsck-skiplist'Junio C Hamano2018-10-101-33/+27
|\ \ | |/ |/|
| * fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason2018-09-121-0/+14
| * fsck: use oidset instead of oid_array for skipListRené Scharfe2018-09-121-21/+2
| * fsck: use strbuf_getline() to read skiplist fileRené Scharfe2018-09-121-13/+12
* | Sync with 2.18.1Junio C Hamano2018-09-271-0/+14
|\ \ | |/ |/|
| * Sync with 2.17.2Junio C Hamano2018-09-271-0/+14
| |\
| | * fsck: detect submodule paths starting with dashJeff King2018-09-271-0/+7
| | * fsck: detect submodule urls starting with dashJeff King2018-09-271-0/+7
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-4/+5
|\ \ \
| * | | tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
| * | | blob: add repository argument to lookup_blobStefan Beller2018-06-291-2/+2
| * | | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-1/+2
| |\ \ \
* | \ \ \ Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano2018-08-021-3/+6
|\ \ \ \ \
| * | | | | fsck: downgrade gitmodulesParse default to "info"Jeff King2018-07-161-1/+1
| * | | | | fsck: split ".gitmodules too large" error from parse failureJeff King2018-07-161-1/+2
| * | | | | fsck: silence stderr when parsing .gitmodulesJeff King2018-07-031-1/+3
| * | | | | config: add options parameter to git_config_from_memJeff King2018-07-031-1/+1
| |/ / / /
* | | | | Merge branch 'rj/submodule-fsck-skip'Junio C Hamano2018-07-241-2/+11
|\ \ \ \ \
| * | | | | fsck: check skiplist for object in fsck_blob()Ramsay Jones2018-07-031-2/+11
* | | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | commit: add repository argument to lookup_commit_graftJonathan Nieder2018-05-181-1/+1
| * | | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | | | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-17/+51
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fsck: produce camelCase config key namesNguyễn Thái Ngọc Duy2018-05-291-4/+18
| * | | | help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+12
| * | | | fsck: factor out msg_id_info[] lazy initialization codeNguyễn Thái Ngọc Duy2018-05-291-16/+24
* | | | | Merge branch 'jk/submodule-fsck-loose-fixup'Junio C Hamano2018-06-131-1/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fsck: avoid looking at NULL blob->objectJeff King2018-06-111-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-9/+11
|\ \ \ \
| * | | | fsck: convert static functions to struct object_idbrian m. carlson2018-05-021-9/+11
| | |_|/ | |/| |
* | | | Sync with Git 2.17.1Junio C Hamano2018-05-291-4/+134
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | fsck: complain when .gitmodules is a symlinkJeff King2018-05-211-2/+9
| * | fsck: check .gitmodules contentJeff King2018-05-211-1/+59
| * | fsck: handle promisor objects in .gitmodules checkJeff King2018-05-211-0/+3
| * | fsck: detect gitmodules filesJeff King2018-05-211-0/+58
| * | fsck: actually fsck blob dataJeff King2018-05-211-1/+7
| * | fsck: simplify ".git" checkJeff King2018-05-211-3/+1
* | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-3/+5
|\ \ \ | |_|/ |/| |
| * | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-3/+5
| * | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-3/+3
| |/
* / sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
|/
* object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* Merge branch 'rs/fsck-null-return-from-lookup'Junio C Hamano2017-10-111-4/+4
|\
| * fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe2017-10-061-4/+4
* | consistently use "fallthrough" comments in switchesJeff King2017-09-221-0/+1
* | commit: convert lookup_commit_graft to struct object_idStefan Beller2017-07-131-1/+1
|/