1. 27 Jun, 2019 1 commit
    • Resolve static check warnings in example code · 2ba7dbbe
      Using cppcheck on libgit2 sources indicated two warnings in
      example code.
      
      merge.c was reported as having a memory leak. Fix applied
      was to `free()` memory pointed to by `parents`.
      
      init.c was reported as having a null pointer dereference
      on variable arg. Function 'usage' was being called with
      a null variable. Changed supplied parameter to empty string.
      Scott Furry committed
  2. 24 Jun, 2019 1 commit
  3. 23 Jun, 2019 3 commits
  4. 21 Jun, 2019 1 commit
  5. 20 Jun, 2019 2 commits
  6. 17 Jun, 2019 2 commits
  7. 16 Jun, 2019 5 commits
  8. 15 Jun, 2019 17 commits
  9. 14 Jun, 2019 8 commits