Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7501: add test of "commit --dry-run --short"
[gitweb.git]
/
config.h
diff --git
a/config.h
b/config.h
index 2d5c18b05f85e1a6a7f954442f5d7565e9769212..ab46e0165d8ffa782a796d0e2b23337aa9004b51 100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-1,6
+1,11
@@
#ifndef CONFIG_H
#define CONFIG_H
+#include "hashmap.h"
+#include "string-list.h"
+
+struct object_id;
+
/* git_config_parse_key() returns these negated: */
#define CONFIG_INVALID_KEY 1
#define CONFIG_NO_SECTION_OR_NAME 2