Merge branch 'jc/mention-tracking-for-pull-default'
[git.git] / environment.c
index e828b371f58d5e4cd0a24b3b3b24b35b785edeba..89d6c70c15a95aff82f0063e3c0dd6bdab026213 100644 (file)
@@ -63,6 +63,12 @@ int precomposed_unicode = -1; /* see probe_utf8_pathname_composition() */
 struct startup_info *startup_info;
 unsigned long pack_size_limit_cfg;
 
+/*
+ * The character that begins a commented line in user-editable file
+ * that is subject to stripspace.
+ */
+char comment_line_char = '#';
+
 /* Parallel index stat data preload? */
 int core_preload_index = 0;