Jean-Noël Avila committed almost 7 years ago
l10n: git.pot: v2.24.0 round 2 (1 new)
Jiang Xin committed almost 7 years ago
Merge tag 'v2.24.0-rc1' of github.com:git/git into master
Jiang Xin committed almost 7 years ago
fsck: accept an oid instead of a "struct tree" for fsck_tree()
Jeff King committed almost 7 years ago
fsck: accept an oid instead of a "struct commit" for fsck_commit()
Jeff King committed almost 7 years ago
fsck: accept an oid instead of a "struct tag" for fsck_tag()
Jeff King committed almost 7 years ago
fsck: rename vague "oid" local variables
Jeff King committed almost 7 years ago
fsck: don't require an object struct in verify_headers()
Jeff King committed almost 7 years ago
fsck: don't require an object struct for fsck_ident()
Jeff King committed almost 7 years ago
fsck: drop blob struct from fsck_finish()
Jeff King committed almost 7 years ago
fsck: accept an oid instead of a "struct blob" for fsck_blob()
Jeff King committed almost 7 years ago
fsck: don't require an object struct for report()
Jeff King committed almost 7 years ago
fsck: only require an oid for skiplist functions
Jeff King committed almost 7 years ago
fsck: only provide oid/type in fsck_error callback
Jeff King committed almost 7 years ago
fsck: don't require object structs for display functions
Jeff King committed almost 7 years ago
fsck: use oids rather than objects for object_name API
Jeff King committed almost 7 years ago
fsck_describe_object(): build on our get_object_name() primitive
Jeff King committed almost 7 years ago
Jeff King committed almost 7 years ago
fsck: require an actual buffer for non-blobs
Jeff King committed almost 7 years ago
fsck: stop checking tag->tagged
Jeff King committed almost 7 years ago