200 Commits (a1d4f67c12ac172f835e6d5e4e0a197075e2146b)

Author SHA1 Message Date
Jeff King 6aed56736b fsck: reject .gitmodules git:// urls with newlines 4 years ago
René Scharfe fe747043dc fsck: detect more in-tree d/f conflicts 5 years ago
René Scharfe 86715592fd fsck: fix a typo in a comment 5 years ago
René Scharfe 9068cfb20f fsck: report non-consecutive duplicate names in trees 5 years ago
Jonathan Nieder 1a3609e402 fsck: reject URL with empty host in .gitmodules 5 years ago
Jonathan Nieder c44088ecc4 credential: treat URL without scheme as invalid 5 years ago
Jonathan Nieder a2b26ffb1a fsck: convert gitmodules url to URL passed to curl 5 years ago
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
Jeff King 07259e74ec fsck: detect gitmodules URLs with embedded newlines 5 years ago
Jonathan Nieder bb92255ebe fsck: reject submodule.update = !command in .gitmodules 5 years ago
Johannes Schindelin 288a74bcd2 is_ntfs_dotgit(): only verify the leading segment 5 years ago
Jeff King b2f2039c2b fsck: accept an oid instead of a "struct tree" for fsck_tree() 5 years ago
Jeff King c5b4269b57 fsck: accept an oid instead of a "struct commit" for fsck_commit() 5 years ago
Jeff King 103fb6d43b fsck: accept an oid instead of a "struct tag" for fsck_tag() 5 years ago
Jeff King f648ee7088 fsck: rename vague "oid" local variables 5 years ago
Jeff King cc579000bf fsck: don't require an object struct in verify_headers() 5 years ago
Jeff King 7854399366 fsck: don't require an object struct for fsck_ident() 5 years ago
Jeff King b8b00f1693 fsck: drop blob struct from fsck_finish() 5 years ago
Jeff King 6da40b22ca fsck: accept an oid instead of a "struct blob" for fsck_blob() 5 years ago
Jeff King 38370253fd fsck: don't require an object struct for report() 5 years ago
Jeff King f59793763d fsck: only require an oid for skiplist functions 5 years ago
Jeff King 5afc4b1dc6 fsck: only provide oid/type in fsck_error callback 5 years ago
Jeff King 733902905d fsck: use oids rather than objects for object_name API 5 years ago
Jeff King d40bbc109b fsck_describe_object(): build on our get_object_name() primitive 5 years ago
Jeff King a59cfb3230 fsck: unify object-name code 5 years ago
Jeff King 23a173a761 fsck: require an actual buffer for non-blobs 5 years ago
Jeff King 2175a0c601 fsck: stop checking tag->tagged 5 years ago
Jeff King ec65231571 fsck: stop checking commit->parent counts 5 years ago
Jeff King 1de6007d85 fsck: stop checking commit->tree value 5 years ago
Jeff King 0ebbcf70e6 object: convert lookup_unknown_object() to use object_id 6 years ago
Barret Rhoden f93895f8fc Move oidset_parse_file() to oidset.c 6 years ago
Barret Rhoden 24eb33ebc5 fsck: rename and touch up init_skiplist() 6 years ago
Elijah Newren 5ec1e72823 Use 'unsigned short' for mode, like diff_filespec does 6 years ago
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Junio C Hamano b84c783882 fsck: s/++i > 1/i++/ 6 years ago
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 6 years ago
René Scharfe 3b41fb0cb2 fsck: use oidset instead of oid_array for skipList 6 years ago
René Scharfe fb8952077d fsck: use strbuf_getline() to read skiplist file 6 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