1. 22 Jun, 2018 2 commits
    • blob: use getters to get raw blob content and size · bbbe8441
      Going forward, we will have to change how blob sizes are calculated
      based on whether the blob is a cahed object part of the ODB or not. In
      order to not have to distinguish between those two object types
      repeatedly when accessing the blob's data or size, encapsulate all
      existing direct uses of those fields by instead using
      `git_blob_rawcontent` and `git_blob_rawsize`.
      Patrick Steinhardt committed
    • pack-objects: make `git_walk_object` internal to pack-objects · 4e8dc055
      The `git_walk_objects` structure is currently only being used inside of
      the pack-objects.c file, but being declared in its header. This has
      actually been the case since its inception in 04a36fef (pack-objects:
      fill a packbuilder from a walk, 2014-10-11) and has never really
      changed.
      
      Move the struct declaration into pack-objects.c to improve code
      encapsulation.
      Patrick Steinhardt committed
  2. 18 Jun, 2018 5 commits
  3. 17 Jun, 2018 1 commit
  4. 16 Jun, 2018 1 commit
  5. 15 Jun, 2018 28 commits
  6. 12 Jun, 2018 3 commits