]> git.proxmox.com Git - libgit2.git/commit - docs/changelog.md
Introduce `git_filter_list_contains`
authorEdward Thomson <ethomson@microsoft.com>
Wed, 10 Jun 2015 18:43:49 +0000 (14:43 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Wed, 10 Jun 2015 18:43:49 +0000 (14:43 -0400)
commit2eecc2886be68496bb9555e4c93e59e985a7d09f
tree058d6717ff7c08e9255135c651b7e5191a91b194
parentda6720fcc5d9f368e7aa562384439498c1bf307e
Introduce `git_filter_list_contains`

`git_filter_list_contains` can be used to query a filter list to
determine if a given filter will be run.
CHANGELOG.md
include/git2/filter.h
src/filter.c
tests/filter/query.c [new file with mode: 0644]