vendor/libgit2/include/git2/trace.h in rugged-0.18.0.gh.de28323 vs vendor/libgit2/include/git2/trace.h in rugged-0.19.0

- old
+ new

@@ -30,11 +30,11 @@ /** Severe errors that may impact the program's execution */ GIT_TRACE_FATAL = 1, /** Errors that do not impact the program's execution */ GIT_TRACE_ERROR = 2, - + /** Warnings that suggest abnormal data */ GIT_TRACE_WARN = 3, /** Informational messages about program execution */ GIT_TRACE_INFO = 4, @@ -63,6 +63,5 @@ GIT_EXTERN(int) git_trace_set(git_trace_level_t level, git_trace_callback cb); /** @} */ GIT_END_DECL #endif -