diff options
Diffstat (limited to 'include/git2/refs.h')
-rw-r--r-- | include/git2/refs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/git2/refs.h b/include/git2/refs.h index 54a865e8d..43dda7ca4 100644 --- a/include/git2/refs.h +++ b/include/git2/refs.h @@ -629,7 +629,13 @@ GIT_EXTERN(int) git_reference_is_tag(const git_reference *ref); */ GIT_EXTERN(int) git_reference_is_note(const git_reference *ref); +/** + * Normalization options for reference lookup + */ typedef enum { + /** + * No particular normalization. + */ GIT_REF_FORMAT_NORMAL = 0u, /** |