1. 01 Dec, 2018 1 commit
  2. 10 Jun, 2018 1 commit
  3. 01 Jul, 2014 1 commit
  4. 14 Nov, 2013 1 commit
  5. 22 Mar, 2013 1 commit
  6. 12 Sep, 2012 1 commit
  7. 11 Sep, 2012 1 commit
    • Add git_repository_hashfile to hash with filters · 47bfa0be
      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.
      Russell Belfer committed