1. 26 Sep, 2019 1 commit
    • Don't use enum for flags · 452b7f8f
      Using an `enum` causes trouble when used with C++ as bitwise operations are not possible w/o casting (e.g., `opts.flags &= ~GIT_BLOB_FILTER_CHECK_FOR_BINARY;` is invalid as there is no `&=` operator for `enum`).
      
      Signed-off-by: Sven Strickroth <email@cs-ware.de>
      Sven Strickroth committed
  2. 13 Sep, 2019 3 commits
  3. 05 Sep, 2019 1 commit
  4. 11 Aug, 2019 8 commits
  5. 29 Jul, 2019 1 commit
  6. 18 Jul, 2019 2 commits
  7. 02 Jul, 2019 3 commits
  8. 26 Jun, 2019 3 commits
  9. 25 Jun, 2019 1 commit
  10. 24 Jun, 2019 1 commit
  11. 16 Jun, 2019 2 commits
  12. 15 Jun, 2019 7 commits
  13. 14 Jun, 2019 2 commits
  14. 10 Jun, 2019 2 commits
  15. 21 May, 2019 1 commit
  16. 21 Apr, 2019 1 commit
  17. 25 Mar, 2019 1 commit