libgit2/include
Russell Belfer 47bfa0be6d Add git_repository_hashfile to hash with filters
The existing `git_odb_hashfile` does not apply text filtering
rules because it doesn't have a repository context to evaluate
the correct rules to apply.  This adds a new hashfile function
that will apply repository-specific filters (based on config,
attributes, and filename) before calculating the hash.
2012-09-11 15:01:09 -07:00
..
git2 Add git_repository_hashfile to hash with filters 2012-09-11 15:01:09 -07:00
git2.h Add public API for internal ignores 2012-08-21 17:26:39 -07:00