diff options
author | Junio C Hamano <junkio@cox.net> | 2006-03-01 17:05:57 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-01 17:05:57 -0800 |
commit | 145c9a60ad81477749a86acdf250d9e20742dcad (patch) | |
tree | b82ee48c7fe16d9d712a64a4d87a3446b326c05b /environment.c | |
parent | 6be65bbc958e8d7c57bc81ae7035119b8b1afbab (diff) | |
parent | 8c31cb822f387d7bc51b51cbacd08d62faed4faa (diff) | |
download | git-145c9a60ad81477749a86acdf250d9e20742dcad.tar.gz |
Merge branch 'lt/apply'
* lt/apply:
git-am: --whitespace=x option.
git-apply: war on whitespace -- finishing touches.
git-apply --whitespace=nowarn
apply --whitespace: configuration option.
apply: squelch excessive errors and --whitespace=error-all
apply --whitespace fixes and enhancements.
The war on trailing whitespace
Diffstat (limited to 'environment.c')
-rw-r--r-- | environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c index 251e53ca09..16c08f0697 100644 --- a/environment.c +++ b/environment.c @@ -17,6 +17,7 @@ int only_use_symrefs = 0; int repository_format_version = 0; char git_commit_encoding[MAX_ENCODING_LENGTH] = "utf-8"; int shared_repository = 0; +const char *apply_default_whitespace = NULL; static char *git_dir, *git_object_dir, *git_index_file, *git_refs_dir, *git_graft_file; |