Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b1167 commit ddaaab7Copy full SHA for ddaaab7
include/git2/notification.h
@@ -83,7 +83,9 @@ typedef enum {
83
typedef enum {
84
/**
85
* A notification provided when `core.safecrlf` is configured and a
86
- * file has line-ending reversability problems.
+ * file has line-ending reversability problems. The level will be
87
+ * `WARN` (when `core.safecrlf=warn`) or `FATAL` (when
88
+ * `core.safecrlf=on`).
89
*
90
* The data will be:
91
0 commit comments