1. 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
  2. 09 Jan, 2012 1 commit
  3. 06 Jan, 2012 2 commits
  4. 05 Jan, 2012 4 commits
  5. 04 Jan, 2012 4 commits
  6. 03 Jan, 2012 2 commits
  7. 02 Jan, 2012 3 commits
  8. 31 Dec, 2011 1 commit
  9. 30 Dec, 2011 8 commits
  10. 29 Dec, 2011 3 commits
    • cmake: generate tags · e632f687
      Clemens Buchacher committed
    • cmake: generate clay main · 86a459a8
      The clay test suite files clay.h and clay_main.c are generated by
      the clay python script. Teach CMake about this dependency and
      remove the generated files from the repository.
      Clemens Buchacher committed
    • Add support for macros and cache flush API. · 73b51450
      Add support for git attribute macro definitions.  Also, add
      support for cache flush API to clear the attribute file content
      cache when needed.
      
      Additionally, improved the handling of global and system files,
      making common utility functions in fileops and converting config
      and attr to both use the common functions.
      
      Adds a bunch more tests and fixed some memory leaks.  Note that
      adding macros required me to use refcounted attribute assignment
      definitions, which complicated, but probably improved memory usage.
      Russell Belfer committed
  11. 28 Dec, 2011 4 commits
  12. 27 Dec, 2011 4 commits
  13. 24 Dec, 2011 2 commits
  14. 22 Dec, 2011 1 commit