From 45ddb58634820fece9aea6d758316f0939bf9da6 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sun, 21 Jul 2019 12:14:50 +0100 Subject: filter: document GIT_FILTER_ALLOW_UNSAFE --- include/git2/filter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/git2/filter.h b/include/git2/filter.h index 436a0f3c8..b81b25efc 100644 --- a/include/git2/filter.h +++ b/include/git2/filter.h @@ -40,6 +40,8 @@ typedef enum { */ typedef enum { GIT_FILTER_DEFAULT = 0u, + + /** Don't error for `safecrlf` violations, allow them to continue. */ GIT_FILTER_ALLOW_UNSAFE = (1u << 0), } git_filter_flag_t; -- cgit v1.2.1