1. 03 Oct, 2013 1 commit
  2. 30 Sep, 2013 2 commits
  3. 11 Jun, 2013 1 commit
  4. 15 May, 2013 2 commits
  5. 03 May, 2013 1 commit
  6. 22 Apr, 2013 3 commits
  7. 15 Apr, 2013 1 commit
  8. 14 Mar, 2013 1 commit
  9. 07 Mar, 2013 1 commit
  10. 20 Feb, 2013 1 commit
  11. 25 Jan, 2013 1 commit
  12. 21 Jan, 2013 1 commit
  13. 17 Jan, 2013 1 commit
    • Add skipping of unknown commit headers · 291090a0
      This moves the check for the "encoding" header into a loop which
      is just scanning for non-required headers at the end of a commit
      header.  That loop will skip unrecognized lines (including header
      continuation lines) until a terminating completely blank line is
      found, and only then does it move to reading the commit message.
      Russell Belfer committed
  14. 03 Dec, 2012 1 commit
  15. 30 Nov, 2012 1 commit
  16. 27 Nov, 2012 1 commit
  17. 23 Nov, 2012 1 commit
    • Reset all static variables to NULL in clar's __cleanup · 9094d30b
      Without this change, any failed assertion in the second (or a later) test
      inside a test suite has a chance of double deleting memory, resulting in
      a heap corruption. See #1096 for details.
      
      This leaves alone the test cases where we "just" use cl_git_sandbox_init()
      and cl_git_sandbox_cleanup(). These methods already take good care to not
      double delete a repository.
      
      Fixes #1096
      Sascha Cunz committed
  18. 11 Jul, 2012 2 commits
  19. 17 May, 2012 1 commit
  20. 03 Apr, 2012 2 commits
  21. 21 Mar, 2012 1 commit
    • Ported t04_commit.c to Clar. · e0799b6c
      Created a copy of tests/resources/testrepo.git that is compatible
      with the Clar sandboxing helpers.
      
      Restructured commit test suites to use Clar sandbox helpers.
      
      Now using typed data arrays rather than lots of macros to define test
      cases.
      Ben Straub committed
  22. 15 Feb, 2012 1 commit