Skip to content

Commit 32a8f51

Browse files
newrengitster
authored andcommitted
environment.h: move declarations for environment.c functions from cache.h
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a64acf7 commit 32a8f51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+330
-207
lines changed

apply.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "delta.h"
1717
#include "diff.h"
1818
#include "dir.h"
19+
#include "environment.h"
1920
#include "gettext.h"
2021
#include "hex.h"
2122
#include "xdiff-interface.h"

archive.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "abspath.h"
33
#include "alloc.h"
44
#include "config.h"
5+
#include "environment.h"
56
#include "gettext.h"
67
#include "hex.h"
78
#include "refs.h"

attr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "cache.h"
1010
#include "alloc.h"
1111
#include "config.h"
12+
#include "environment.h"
1213
#include "exec-cmd.h"
1314
#include "attr.h"
1415
#include "dir.h"

bisect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "config.h"
33
#include "commit.h"
44
#include "diff.h"
5+
#include "environment.h"
56
#include "gettext.h"
67
#include "hex.h"
78
#include "revision.h"

branch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "cache.h"
33
#include "config.h"
44
#include "branch.h"
5+
#include "environment.h"
56
#include "gettext.h"
67
#include "hex.h"
78
#include "refs.h"

builtin/am.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "abspath.h"
99
#include "config.h"
1010
#include "builtin.h"
11+
#include "environment.h"
1112
#include "exec-cmd.h"
1213
#include "gettext.h"
1314
#include "hex.h"

builtin/bisect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "builtin.h"
22
#include "cache.h"
3+
#include "environment.h"
34
#include "gettext.h"
45
#include "hex.h"
56
#include "parse-options.h"

builtin/blame.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "config.h"
1111
#include "color.h"
1212
#include "builtin.h"
13+
#include "environment.h"
1314
#include "gettext.h"
1415
#include "hex.h"
1516
#include "repository.h"

builtin/cat-file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "config.h"
1010
#include "builtin.h"
1111
#include "diff.h"
12+
#include "environment.h"
1213
#include "gettext.h"
1314
#include "hex.h"
1415
#include "ident.h"

builtin/check-attr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "cache.h"
44
#include "config.h"
55
#include "attr.h"
6+
#include "environment.h"
67
#include "gettext.h"
78
#include "quote.h"
89
#include "parse-options.h"

0 commit comments

Comments
 (0)