136 Commits (b4583d55956544f936ba35893374e49a184bd7c9)

Author SHA1 Message Date
Jeff King 1a7fd1fb29 fsck: detect submodule paths starting with dash 6 years ago
Jeff King a124133e1e fsck: detect submodule urls starting with dash 6 years ago
Ævar Arnfjörð Bjarmason 371a655074 fsck: support comments & empty lines in skipList 7 years ago
René Scharfe 3b41fb0cb2 fsck: use oidset instead of oid_array for skipList 7 years ago
René Scharfe fb8952077d fsck: use strbuf_getline() to read skiplist file 7 years ago
Jeff King 64eb14d310 fsck: downgrade gitmodulesParse default to "info" 7 years ago
Jeff King 0d68764d94 fsck: split ".gitmodules too large" error from parse failure 7 years ago
Ramsay Jones fb16287719 fsck: check skiplist for object in fsck_blob() 7 years ago
Jeff King de6bd9e3ea fsck: silence stderr when parsing .gitmodules 7 years ago
Jeff King 4574f1aace config: add options parameter to git_config_from_mem 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Jeff King 47cc91310a fsck: avoid looking at NULL blob->object 7 years ago
Nguyễn Thái Ngọc Duy a4a9cc19a2 fsck: produce camelCase config key names 7 years ago
Nguyễn Thái Ngọc Duy 3ac68a93fd help: add --config to list all available config 7 years ago
Nguyễn Thái Ngọc Duy a46baac61e fsck: factor out msg_id_info[] lazy initialization code 7 years ago
Jeff King b7b1fca175 fsck: complain when .gitmodules is a symlink 7 years ago
Jeff King ed8b10f631 fsck: check .gitmodules content 7 years ago
Jeff King 2738744426 fsck: handle promisor objects in .gitmodules check 7 years ago
Jeff King 159e7b080b fsck: detect gitmodules files 7 years ago
Jeff King 7ac4f3a007 fsck: actually fsck blob data 7 years ago
Jeff King ed9c322062 fsck: simplify ".git" check 7 years ago
Jonathan Nieder 1f93ecd1ab commit: add repository argument to lookup_commit_graft 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson c54f5ca970 fsck: convert static functions to struct object_id 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
René Scharfe 2720f6db5d fsck: handle NULL return of lookup_blob() and lookup_tree() 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
Stefan Beller 8b65a34c4a commit: convert lookup_commit_graft to struct object_id 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 5d3206d501 Convert sha1_array_lookup to take struct object_id 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
brian m. carlson 365c27fbff fsck: convert init_skiplist to struct object_id 8 years ago
Jeff King a2b22854bd fsck: lazily load types under --connectivity-only 8 years ago
David Turner 8354fa3d4c fsck: handle bad trees like other errors 8 years ago
Johannes Schindelin 90cf590f53 fsck: optionally show more helpful info for broken links 9 years ago
Johannes Schindelin 1cd772cc41 fsck: give the error function a chance to see the fsck_options 9 years ago
Johannes Schindelin 7b35efd734 fsck_walk(): optionally name objects on the go 9 years ago
Junio C Hamano 6d2d780f63 fsck: detect and warn a commit with embedded NUL 9 years ago
brian m. carlson ce6663a9da tree-walk: convert tree_entry_extract() to use struct object_id 9 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago