Commit 85d5481206a932d747b2d5587b6d4c7f69993ba6

Russell Belfer 2013-08-28T16:44:04

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.