Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-02 01:57:51 +0400
committerJunio C Hamano <gitster@pobox.com>2007-07-02 01:57:51 +0400
commit660d579d6ff0ac29b8f7b38b3da73f09214d39aa (patch)
treefe45154c34455a2774275e5e70bee0556f55200c /cache.h
parent9a3c6f7ba7c567e277da58a45ac6fa50461297e3 (diff)
parent9378c16135100fb65ad575cd35074af166de1cab (diff)
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 dcadfef929..0d23a25b1f 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;