diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2019-07-21 12:14:50 +0100 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-08-11 20:47:59 +0100 |
| commit | 45ddb58634820fece9aea6d758316f0939bf9da6 (patch) | |
| tree | 5c9ca0b925e7134085457d4e9b32c8b0df369588 /include/git2 | |
| parent | c66f7605e500f446329995706f63fe5300b16f39 (diff) | |
| download | libgit2-45ddb58634820fece9aea6d758316f0939bf9da6.tar.gz | |
filter: document GIT_FILTER_ALLOW_UNSAFE
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/filter.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
