adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of convention

This commit is contained in:
Mohseen Mukaddam 2017-06-12 13:40:47 -07:00 committed by mohseenrm
parent 2ca088bd2b
commit 7f7dabdaac

View File

@ -271,7 +271,7 @@ struct git_filter {
};
#define GIT_FILTER_VERSION 1
#define GIT_FILTER_INIT {GIT_FILTER_VERSION}
/**
* Register a filter under a given name with a given priority.
*