Skip to content

Commit 45ddb58

Browse files
committed
filter: document GIT_FILTER_ALLOW_UNSAFE
1 parent c66f760 commit 45ddb58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/git2/filter.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ typedef enum {
4040
*/
4141
typedef enum {
4242
GIT_FILTER_DEFAULT = 0u,
43+
44+
/** Don't error for `safecrlf` violations, allow them to continue. */
4345
GIT_FILTER_ALLOW_UNSAFE = (1u << 0),
4446
} git_filter_flag_t;
4547

0 commit comments

Comments
 (0)