]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Add core.quotepath configuration variable.
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index ed83d92c5a2735b2b7f8a7fc06276acbf0df8b18..67763571b5c5e7d98081abe67488a55fad19b77b 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -292,6 +292,7 @@ extern int delete_ref(const char *, const unsigned char *sha1);
 
 /* Environment bits from configuration mechanism */
 extern int trust_executable_bit;
+extern int quote_path_fully;
 extern int has_symlinks;
 extern int assume_unchanged;
 extern int prefer_symlink_refs;