diff options
author | Jeff King <peff@peff.net> | 2019-10-18 00:59:54 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-28 14:05:18 +0900 |
commit | b8b00f1693c149ba03e34d56d8804256e74f6eab (patch) | |
tree | 39a434976e6ee23fdcc486742127270792b1a96a /Documentation/gitcli.txt | |
parent | fsck: accept an oid instead of a "struct blob" for fsck_blob() (diff) | |
download | tgif-b8b00f1693c149ba03e34d56d8804256e74f6eab.tar.xz |
fsck: drop blob struct from fsck_finish()
Since fsck_blob() no longer requires us to have a "struct blob", we
don't need to create one. Which also means we don't need to worry about
handling the case that lookup_blob() returns NULL (we'll still catch
wrongly-identified blobs when we read the actual object contents and
type from disk).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcli.txt')
0 files changed, 0 insertions, 0 deletions