1. 17 Oct, 2021 2 commits
    • docs: document `git_buf` · 5346be3d
      We have been inconsistent about the way that we handle `git_buf`s
      provided by users.  _Usually_ we require that it has been properly
      initialized with `GIT_BUF_INIT`, but _sometimes_ we simply overwrite
      the data in it regardless.  And even more rarely, we will grow a
      user-provided buffer and concatenate data onto it (see
      `git_diff_format_email`).
      
      Document the path forward for `git_buf`, which is that we always
      require that the buffer is intitialized with `GIT_BUF_INIT`.
      
      `git_diff_format_email` will be kept backward compatible but users
      are encouraged to switch to the new `git_email` APIs.
      Edward Thomson committed
    • Merge pull request #6082 from libgit2/ethomson/oid · 66ffac25
      hash: separate hashes and git_oid
      Edward Thomson committed
  2. 14 Oct, 2021 1 commit
  3. 13 Oct, 2021 2 commits
  4. 02 Oct, 2021 3 commits
  5. 01 Oct, 2021 2 commits
  6. 27 Sep, 2021 8 commits
  7. 26 Sep, 2021 3 commits
  8. 25 Sep, 2021 5 commits
  9. 24 Sep, 2021 1 commit
  10. 22 Sep, 2021 7 commits
  11. 21 Sep, 2021 6 commits