X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=environment.c;h=d60b73f6a5a88632a2a36140bf719484adec9f39;hb=0814d6e554c45636f41856cc2204abe2f661560c;hp=e96edcfebc4174a5166c11e7a511ea792e7a2639;hpb=8f858299b585e4be0648432a78a94b0260b3ad86;p=git.git diff --git a/environment.c b/environment.c index e96edcfeb..d60b73f6a 100644 --- a/environment.c +++ b/environment.c @@ -29,6 +29,7 @@ const char *git_log_output_encoding; int shared_repository = PERM_UMASK; const char *apply_default_whitespace; const char *apply_default_ignorewhitespace; +const char *git_attributes_file; int zlib_compression_level = Z_BEST_SPEED; int core_compression_level; int core_compression_seen;