]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/diff_file.c
Create public filter object and use it
authorRussell Belfer <rb@github.com>
Wed, 28 Aug 2013 23:44:04 +0000 (16:44 -0700)
committerRussell Belfer <rb@github.com>
Tue, 17 Sep 2013 16:30:06 +0000 (09:30 -0700)
commit85d5481206a932d747b2d5587b6d4c7f69993ba6
treea66d55c92d70668509efce5b231517467a3f8b7e
parent0cf77103b218ad3622aff34f3296db1bdd5f0df9
Create public filter object and use it

This creates include/sys/filter.h with a basic definition of a
git_filter and then converts the internal code to use it.  There
are related internal objects (git_filter_list) that we will want
to publish at some point, but this is a first step.
14 files changed:
include/git2/filter.h
include/git2/sys/filter.h [new file with mode: 0644]
src/blob.c
src/buffer.h
src/checkout.c
src/crlf.c
src/diff.c
src/diff_file.c
src/filter.c
src/filter.h
src/odb.c
src/odb.h
src/repository.c
tests-clar/object/blob/filter.c