diff options
| author | Elijah Newren <newren@gmail.com> | 2023-03-21 06:25:57 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 10:56:52 -0700 |
| commit | 7ee24e18e55f5459183189a793cb216fb50c20f8 (patch) | |
| tree | 2b25a9b29e4564a8f1065635826498c6f08d803e /builtin/branch.c | |
| parent | treewide: remove unnecessary cache.h inclusion from several sources (diff) | |
| download | git-7ee24e18e55f5459183189a793cb216fb50c20f8.tar.gz git-7ee24e18e55f5459183189a793cb216fb50c20f8.zip | |
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 'builtin/branch.c')
| -rw-r--r-- | builtin/branch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/branch.c b/builtin/branch.c index a67a8334d5..56dbee97d2 100644 --- a/builtin/branch.c +++ b/builtin/branch.c @@ -8,6 +8,7 @@ #include "cache.h" #include "config.h" #include "color.h" +#include "environment.h" #include "refs.h" #include "commit.h" #include "builtin.h" |
