Merge branch 'jc/quote'

* jc/quote:
  Add core.quotepath configuration variable.
This commit is contained in:
Junio C Hamano
2007-07-01 14:57:51 -07:00
6 changed files with 148 additions and 2 deletions

View File

@ -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;