aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-01 14:57:51 -0700
committerJunio C Hamano <gitster@pobox.com>2007-07-01 14:57:51 -0700
commit660d579d6ff0ac29b8f7b38b3da73f09214d39aa (patch)
treefe45154c34455a2774275e5e70bee0556f55200c /cache.h
parent9a3c6f7ba7c567e277da58a45ac6fa50461297e3 (diff)
parent9378c16135100fb65ad575cd35074af166de1cab (diff)
downloadgit-660d579d6ff0ac29b8f7b38b3da73f09214d39aa.tar.gz
git-660d579d6ff0ac29b8f7b38b3da73f09214d39aa.tar.xz
Merge branch 'jc/quote'
* jc/quote: Add core.quotepath configuration variable.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index dcadfef92..0d23a25b1 100644
--- a/cache.h
+++ b/cache.h
@@ -294,6 +294,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;