1. 20 Mar, 2014 1 commit
  2. 10 Mar, 2014 1 commit
  3. 27 Jan, 2014 2 commits
  4. 24 Jan, 2014 1 commit
  5. 22 Jan, 2014 1 commit
  6. 20 Jan, 2014 3 commits
  7. 08 Jan, 2014 1 commit
  8. 02 Dec, 2013 1 commit
  9. 19 Nov, 2013 1 commit
  10. 14 Nov, 2013 1 commit
  11. 11 May, 2012 6 commits
  12. 02 May, 2012 2 commits
  13. 25 Apr, 2012 1 commit
  14. 16 Apr, 2012 1 commit
  15. 10 Apr, 2012 1 commit
  16. 31 Mar, 2012 1 commit
  17. 30 Mar, 2012 1 commit
  18. 26 Mar, 2012 2 commits
  19. 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
  20. 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
  21. 02 Mar, 2012 4 commits
  22. 17 Feb, 2012 2 commits
  23. 01 Feb, 2012 1 commit
  24. 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
  25. 12 Jan, 2012 1 commit
  26. 11 Jan, 2012 1 commit
    • Initial implementation of gitignore support · df743c7d
      Adds support for .gitignore files to git_status_foreach() and
      git_status_file().  This includes refactoring the gitattributes
      code to share logic where possible.  The GIT_STATUS_IGNORED flag
      will now be passed in for files that are ignored (provided they
      are not already in the index or the head of repo).
      Russell Belfer committed