summaryrefslogtreecommitdiff
path: root/src/plugins/git/gitconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/gitconstants.h')
-rw-r--r--src/plugins/git/gitconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h
index 38a8a104ab..920b2ed803 100644
--- a/src/plugins/git/gitconstants.h
+++ b/src/plugins/git/gitconstants.h
@@ -56,6 +56,7 @@ const int OBSOLETE_COMMIT_AGE_IN_DAYS = 90;
const int MAX_OBSOLETE_COMMITS_TO_DISPLAY = 5;
const char EXPAND_BRANCHES[] = "Branches: <Expand>";
+const char DEFAULT_COMMENT_CHAR = '#';
} // namespace Constants
} // namespace Git