1. 15 Apr, 2014 1 commit
  2. 14 Apr, 2014 1 commit
  3. 20 Mar, 2014 1 commit
  4. 10 Mar, 2014 1 commit
  5. 27 Jan, 2014 2 commits
  6. 24 Jan, 2014 1 commit
  7. 22 Jan, 2014 1 commit
  8. 20 Jan, 2014 3 commits
  9. 08 Jan, 2014 1 commit
  10. 02 Dec, 2013 1 commit
  11. 19 Nov, 2013 1 commit
  12. 14 Nov, 2013 1 commit
  13. 11 May, 2012 6 commits
  14. 02 May, 2012 2 commits
  15. 25 Apr, 2012 1 commit
  16. 16 Apr, 2012 1 commit
  17. 10 Apr, 2012 1 commit
  18. 31 Mar, 2012 1 commit
  19. 30 Mar, 2012 1 commit
  20. 26 Mar, 2012 2 commits
  21. 22 Mar, 2012 1 commit
    • Adding new tests for new status command · 95340398
      This is a work in progress.  This adds two new sets of tests,
      the issue_592 tests from @nulltoken's pull request #601 and
      some new tests for submodules.  The submodule tests still have
      issues where the status is not reported correctly.  That needs
      to be fixed before merge.
      Russell Belfer committed
  22. 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
  23. 02 Mar, 2012 4 commits
  24. 17 Feb, 2012 2 commits
  25. 01 Feb, 2012 1 commit
  26. 17 Jan, 2012 1 commit
    • Fix handling of relative paths for attrs · a51cd8e6
      Per issue #533, the handling of relative paths in attribute
      and ignore files was not right.  Fixed this by pre-joining
      the relative path of the attribute/ignore file onto the match
      string when a full path match is required.
      
      Unfortunately, fixing this required a bit more code than I
      would have liked because I had to juggle things around so that
      the fnmatch parser would have sufficient information to prepend
      the relative path when it was needed.
      Russell Belfer committed