Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | fsck: stop checking commit->tree value | Jeff King | 2019-10-28 | 1 | -5/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'br/blame-ignore' | Junio C Hamano | 2019-07-19 | 1 | -36/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Move oidset_parse_file() to oidset.c | Barret Rhoden | 2019-05-16 | 1 | -35/+0 | |
| * | | | | | | | | | fsck: rename and touch up init_skiplist() | Barret Rhoden | 2019-05-16 | 1 | -9/+9 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | object: convert lookup_unknown_object() to use object_id | Jeff King | 2019-06-20 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Use 'unsigned short' for mode, like diff_filespec does | Elijah Newren | 2019-04-08 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | tree-walk: store object_id in a separate member | brian m. carlson | 2019-01-15 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'jc/cocci-preincr' | Junio C Hamano | 2018-10-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | fsck: s/++i > 1/i++/ | Junio C Hamano | 2018-10-24 | 1 | -1/+1 | |
* | | | | | | Merge branch 'ab/fsck-skiplist' | Junio C Hamano | 2018-10-10 | 1 | -33/+27 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | fsck: support comments & empty lines in skipList | Ævar Arnfjörð Bjarmason | 2018-09-12 | 1 | -0/+14 | |
| * | | | | | fsck: use oidset instead of oid_array for skipList | René Scharfe | 2018-09-12 | 1 | -21/+2 | |
| * | | | | | fsck: use strbuf_getline() to read skiplist file | René Scharfe | 2018-09-12 | 1 | -13/+12 | |
* | | | | | | Sync with 2.18.1 | Junio C Hamano | 2018-09-27 | 1 | -0/+14 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | Sync with 2.17.2 | Junio C Hamano | 2018-09-27 | 1 | -0/+14 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | fsck: detect submodule paths starting with dash | Jeff King | 2018-09-27 | 1 | -0/+7 | |
| | * | | | fsck: detect submodule urls starting with dash | Jeff King | 2018-09-27 | 1 | -0/+7 | |
* | | | | | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 2018-08-02 | 1 | -4/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | tree: add repository argument to lookup_tree | Stefan Beller | 2018-06-29 | 1 | -1/+1 | |
| * | | | | | blob: add repository argument to lookup_blob | Stefan Beller | 2018-06-29 | 1 | -2/+2 | |
| * | | | | | object: add repository argument to parse_object | Stefan Beller | 2018-06-29 | 1 | -1/+2 | |
| * | | | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -1/+2 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge branch 'jk/fsck-gitmodules-gently' | Junio C Hamano | 2018-08-02 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fsck: downgrade gitmodulesParse default to "info" | Jeff King | 2018-07-16 | 1 | -1/+1 | |
| * | | | | | | | fsck: split ".gitmodules too large" error from parse failure | Jeff King | 2018-07-16 | 1 | -1/+2 | |
| * | | | | | | | fsck: silence stderr when parsing .gitmodules | Jeff King | 2018-07-03 | 1 | -1/+3 | |
| * | | | | | | | config: add options parameter to git_config_from_mem | Jeff King | 2018-07-03 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'rj/submodule-fsck-skip' | Junio C Hamano | 2018-07-24 | 1 | -2/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fsck: check skiplist for object in fsck_blob() | Ramsay Jones | 2018-07-03 | 1 | -2/+11 | |
* | | | | | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | commit: add repository argument to lookup_commit_graft | Jonathan Nieder | 2018-05-18 | 1 | -1/+1 | |
| * | | | | | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 | |
* | | | | | | | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 2018-06-25 | 1 | -17/+51 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | fsck: produce camelCase config key names | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -4/+18 | |
| * | | | | | | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -0/+12 | |
| * | | | | | | fsck: factor out msg_id_info[] lazy initialization code | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -16/+24 | |
* | | | | | | | Merge branch 'jk/submodule-fsck-loose-fixup' | Junio C Hamano | 2018-06-13 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | fsck: avoid looking at NULL blob->object | Jeff King | 2018-06-11 | 1 | -1/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -9/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fsck: convert static functions to struct object_id | brian m. carlson | 2018-05-02 | 1 | -9/+11 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -4/+134 | |
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | | | ||||||
| * | | | | fsck: complain when .gitmodules is a symlink | Jeff King | 2018-05-21 | 1 | -2/+9 | |
| * | | | | fsck: check .gitmodules content | Jeff King | 2018-05-21 | 1 | -1/+59 | |
| * | | | | fsck: handle promisor objects in .gitmodules check | Jeff King | 2018-05-21 | 1 | -0/+3 | |
| * | | | | fsck: detect gitmodules files | Jeff King | 2018-05-21 | 1 | -0/+58 | |
| * | | | | fsck: actually fsck blob data | Jeff King | 2018-05-21 | 1 | -1/+7 | |
| * | | | | fsck: simplify ".git" check | Jeff King | 2018-05-21 | 1 | -3/+1 | |
* | | | | | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 2018-05-23 | 1 | -3/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 2018-04-11 | 1 | -3/+5 | |
| * | | | | treewide: rename tree to maybe_tree | Derrick Stolee | 2018-04-11 | 1 | -3/+3 | |
| |/ / / |