Commit 45ddb586 by Edward Thomson

filter: document GIT_FILTER_ALLOW_UNSAFE

parent c66f7605
...@@ -40,6 +40,8 @@ typedef enum { ...@@ -40,6 +40,8 @@ typedef enum {
*/ */
typedef enum { typedef enum {
GIT_FILTER_DEFAULT = 0u, GIT_FILTER_DEFAULT = 0u,
/** Don't error for `safecrlf` violations, allow them to continue. */
GIT_FILTER_ALLOW_UNSAFE = (1u << 0), GIT_FILTER_ALLOW_UNSAFE = (1u << 0),
} git_filter_flag_t; } git_filter_flag_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment