diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-07-01 14:57:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-01 14:57:51 -0700 |
commit | 660d579d6ff0ac29b8f7b38b3da73f09214d39aa (patch) | |
tree | fe45154c34455a2774275e5e70bee0556f55200c /cache.h | |
parent | Fix t5516-fetch for systems where `wc -l` outputs whitespace. (diff) | |
parent | Add core.quotepath configuration variable. (diff) | |
download | tgif-660d579d6ff0ac29b8f7b38b3da73f09214d39aa.tar.xz |
Merge branch 'jc/quote'
* jc/quote:
Add core.quotepath configuration variable.
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |