]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Merge branch 'ab/cat-file'
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 281f00ab1b161dc71d0bcdae91222e9429ba0342..149022c82f982fe8f81ff1e11b1db774af40b5b1 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1375,6 +1375,7 @@ struct object_context {
 #define GET_OID_FOLLOW_SYMLINKS 0100
 #define GET_OID_RECORD_PATH     0200
 #define GET_OID_ONLY_TO_DIE    04000
+#define GET_OID_REQUIRE_PATH  010000
 
 #define GET_OID_DISAMBIGUATORS \
        (GET_OID_COMMIT | GET_OID_COMMITTISH | \