]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/filter.c
Migrate code to git_filter_blob_contents.
authorBen Straub <bstraub@github.com>
Mon, 16 Jul 2012 19:06:23 +0000 (12:06 -0700)
committerBen Straub <bstraub@github.com>
Mon, 16 Jul 2012 19:06:23 +0000 (12:06 -0700)
commit9587895f572ad4808fb1746dd6510f92ec30c3a6
tree7de0a8d95aafa99901ad8221d7f7af5348897c13
parent41ad70d0a8d5bf294197be5da26411bc7aa33fcc
Migrate code to git_filter_blob_contents.

Also removes the unnecessary check for filter
length, since git_filters_apply does the right
thing when there are none, and it's more efficient
than this.
src/checkout.c
src/filter.c
src/filter.h