summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 06:25:57 +0000
committerJunio C Hamano <gitster@pobox.com>2023-03-21 10:56:52 -0700
commit7ee24e18e55f5459183189a793cb216fb50c20f8 (patch)
tree2b25a9b29e4564a8f1065635826498c6f08d803e /commit.c
parent4f6728d52d5dc79ce522e92171f984455c04b963 (diff)
downloadgit-7ee24e18e55f5459183189a793cb216fb50c20f8.tar.gz
environment: move comment_line_char from cache.h
This is one step towards making strbuf.c not depend upon cache.h. Additional steps will follow in subsequent commits. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
-rw-r--r--commit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit.c b/commit.c
index 3fdfb32511..f88fc5e1a2 100644
--- a/commit.c
+++ b/commit.c
@@ -2,6 +2,7 @@
#include "tag.h"
#include "commit.h"
#include "commit-graph.h"
+#include "environment.h"
#include "gettext.h"
#include "hex.h"
#include "repository.h"