summaryrefslogtreecommitdiff
path: root/src/refs.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2017-01-21 23:45:23 +0000
committerEdward Thomson <ethomson@github.com>2017-01-21 23:45:23 +0000
commit28d0ba0ba5f41f71997a15e81bbda4ed2d1b896a (patch)
treeb03c94a2b3a901f12503c10ff6fc13d130668c32 /src/refs.h
parent452bf57cbe665768810f2597aba50b9afc9509a7 (diff)
downloadlibgit2-28d0ba0ba5f41f71997a15e81bbda4ed2d1b896a.tar.gz
symbolic ref target validation: fixups
Fixups requested in #3912.
Diffstat (limited to 'src/refs.h')
-rw-r--r--src/refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refs.h b/src/refs.h
index c4786ddb4..80e655af7 100644
--- a/src/refs.h
+++ b/src/refs.h
@@ -55,7 +55,7 @@ extern bool git_reference__enable_symbolic_ref_target_validation;
#define GIT_REFS_STASH_FILE GIT_REFS_DIR GIT_STASH_FILE
#define GIT_REF_FORMAT__PRECOMPOSE_UNICODE (1u << 16)
-#define GIT_REF_VALIDATION_DISABLE (1u << 15)
+#define GIT_REF_FORMAT__VALIDATION_DISABLE (1u << 15)
#define GIT_REFNAME_MAX 1024