From 3f1d5c1fa9468a3fabac6c2a862a732b7d3fec15 Mon Sep 17 00:00:00 2001 From: yoni_ash Date: Fri, 29 May 2026 14:51:11 +0400 Subject: [PATCH 1/2] Fix a small documentation error --- include/git2/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/filter.h b/include/git2/filter.h index cf6c5f59d..468c783ad 100644 --- a/include/git2/filter.h +++ b/include/git2/filter.h @@ -95,7 +95,7 @@ typedef struct { * A filter that can transform file data * * This represents a filter that can be used to transform or even replace - * file data. Libgit2 includes one built in filter and it is possible to + * file data. Libgit2 includes two built in filter and it is possible to * write your own (see git2/sys/filter.h for information on that). * * The two builtin filters are: From 3c7234e3a0653db0c8b3c4699bc58ce9b84c1955 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sat, 30 May 2026 18:52:36 +0100 Subject: [PATCH 2/2] Update filter.h --- include/git2/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/filter.h b/include/git2/filter.h index 468c783ad..c056fc9ca 100644 --- a/include/git2/filter.h +++ b/include/git2/filter.h @@ -95,7 +95,7 @@ typedef struct { * A filter that can transform file data * * This represents a filter that can be used to transform or even replace - * file data. Libgit2 includes two built in filter and it is possible to + * file data. libgit2 includes two built in filters and it is possible to * write your own (see git2/sys/filter.h for information on that). * * The two builtin filters are: