Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: allow core.commentChar=auto for character auto selection
[gitweb.git]
/
environment.c
diff --git
a/environment.c
b/environment.c
index 5c4815dbe132fc358aa55eeb20d86d867c97c37f..f2de1ee9ada0c1211fe7e31da52011ec0825758d 100644
(file)
--- a/
environment.c
+++ b/
environment.c
@@
-69,6
+69,7
@@
unsigned long pack_size_limit_cfg;
* that is subject to stripspace.
*/
char comment_line_char = '#';
+int auto_comment_line_char;
/* Parallel index stat data preload? */
int core_preload_index = 0;