1. 10 Apr, 2023 1 commit
  2. 12 Feb, 2023 1 commit
  3. 14 Jul, 2022 1 commit
  4. 20 Jun, 2022 4 commits
  5. 15 Jun, 2022 2 commits
  6. 10 Apr, 2022 2 commits
    • tests: don't cast raw data to a `git_oid`` · 7367a9d5
      Create an object id from raw data instead of casting.
      Edward Thomson committed
    • tree: move git_oid into tree entry · ab042161
      A tree entry previously pointed directly into the object id within the
      tree object itself; this is useful to avoid any unnecessary memory copy
      (and an unnecessary use of 40 bytes per tree entry) but difficult if we
      change the underlying `git_oid` object to not simply be a raw object id
      but have additional structure.
      
      This commit moves the `git_oid` directly into the tree entry; this
      simplifies the tree entry creation from user data.  We now copy the
      `git_oid` into place when parsing.
      Edward Thomson committed
  7. 23 Feb, 2022 1 commit