mbox series

[0/2] blob/object.c: trivial readability improvements

Message ID cover-0.3-0000000000-20210409T080534Z-avarab@gmail.com (mailing list archive)
Headers show
Series blob/object.c: trivial readability improvements | expand

Message

Ævar Arnfjörð Bjarmason April 9, 2021, 8:07 a.m. UTC
This is the initial and very trivil part of a re-starting the
ab/unexpected-object-type topic by splitting it up into more managable
pieces, see a note about the split in [1].

1. https://lore.kernel.org/git/87r1jkgvoc.fsf@evledraar.gmail.com/

Ævar Arnfjörð Bjarmason (2):
  blob.c: remove buffer & size arguments to parse_blob_buffer()
  object.c: initialize automatic variable in lookup_object()

 blob.c   | 2 +-
 blob.h   | 3 +--
 object.c | 8 ++++----
 3 files changed, 6 insertions(+), 7 deletions(-)