Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddaaab7

Browse files
committed
checkpoint
1 parent d7b1167 commit ddaaab7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/git2/notification.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ typedef enum {
8383
typedef enum {
8484
/**
8585
* A notification provided when `core.safecrlf` is configured and a
86-
* file has line-ending reversability problems.
86+
* file has line-ending reversability problems. The level will be
87+
* `WARN` (when `core.safecrlf=warn`) or `FATAL` (when
88+
* `core.safecrlf=on`).
8789
*
8890
* The data will be:
8991
*

0 commit comments

Comments
 (0)