1. 26 Jan, 2018 2 commits
    • odb: reject reading and writing null OIDs · 275f103d
      The null OID (hash with all zeroes) indicates a missing object in
      upstream git and is thus not a valid object ID. Add defensive
      measurements to avoid writing such a hash to the object database in the
      very unlikely case where some data results in the null OID. Furthermore,
      add shortcuts when reading the null OID from the ODB to avoid ever
      returning an object when a faulty repository may contain the null OID.
      Patrick Steinhardt committed
    • tree: reject writing null-OID entries to a tree · c0487bde
      In commit a96d3cc3f (cache-tree: reject entries with null sha1,
      2017-04-21), the git.git project has changed its stance on null OIDs in
      tree objects. Previously, null OIDs were accepted in tree entries to
      help tools repair broken history. This resulted in some problems though
      in that many code paths mistakenly passed null OIDs to be added to a
      tree, which was not properly detected.
      
      Align our own code base according to the upstream change and reject
      writing tree entries early when the OID is all-zero.
      Patrick Steinhardt committed
  2. 25 Jan, 2018 1 commit
  3. 22 Jan, 2018 1 commit
  4. 20 Jan, 2018 3 commits
  5. 19 Jan, 2018 3 commits
  6. 18 Jan, 2018 1 commit
  7. 17 Jan, 2018 7 commits
  8. 12 Jan, 2018 5 commits
  9. 11 Jan, 2018 1 commit
  10. 10 Jan, 2018 5 commits
  11. 08 Jan, 2018 3 commits
  12. 07 Jan, 2018 2 commits
  13. 05 Jan, 2018 2 commits
  14. 04 Jan, 2018 4 commits