1. 02 Jul, 2021 1 commit
  2. 29 Jun, 2021 1 commit
  3. 26 Jun, 2021 1 commit
  4. 25 Jun, 2021 3 commits
  5. 23 Jun, 2021 1 commit
  6. 15 Jun, 2021 2 commits
  7. 14 Jun, 2021 2 commits
  8. 13 Jun, 2021 1 commit
  9. 02 Jun, 2021 4 commits
  10. 31 May, 2021 1 commit
  11. 30 May, 2021 1 commit
  12. 27 May, 2021 2 commits
  13. 19 May, 2021 1 commit
  14. 18 May, 2021 4 commits
  15. 16 May, 2021 5 commits
  16. 13 May, 2021 3 commits
  17. 12 May, 2021 2 commits
  18. 11 May, 2021 4 commits
  19. 06 May, 2021 1 commit
    • filter: internal git_buf filter handling function · 31d9c24b
      Introduce `git_filter_list__convert_buf` which behaves like the old
      implementation of `git_filter_list__apply_data`, where it might move the
      input data buffer over into the output data buffer space for efficiency.
      
      This new implementation will do so in a more predictible way, always
      freeing the given input buffer (either moving it to the output buffer or
      filtering it into the output buffer first).
      
      Convert internal users to it.
      Edward Thomson committed