1. 02 Sep, 2021 6 commits
  2. 31 Aug, 2021 5 commits
  3. 30 Aug, 2021 28 commits
  4. 29 Aug, 2021 1 commit
    • buf: deprecate public git_buf writing functions · d2316d57
      A `git_buf` is now a read-only structure as far as callers are
      concerned.  This is a mechanism that we can return data to callers
      using memory that is owned by the library and can be cleaned up by
      callers (using `git_buf_dispose`).
      
      A `git_buf` can no longer be allocated by callers or provided to the
      library.
      Edward Thomson committed