summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-31 22:38:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-31 22:38:52 (GMT)
commit5a4f07b32207044eb8380f2893f807cc8ab9d58f (patch)
tree8860227eb2821a6e7d6d490cb31a4b32a28227ff /diff.c
parentfc9dfda1be25ab3bb311900c6cfbf59d6b6e224e (diff)
parent027771fcb153e0003bcb2d68e1838594a48b0161 (diff)
downloadgit-5a4f07b32207044eb8380f2893f807cc8ab9d58f.zip
git-5a4f07b32207044eb8380f2893f807cc8ab9d58f.tar.gz
git-5a4f07b32207044eb8380f2893f807cc8ab9d58f.tar.bz2
Merge branch 'hv/submodule-config'
The gitmodules API accessed from the C code learned to cache stuff lazily. * hv/submodule-config: submodule: allow erroneous values for the fetchRecurseSubmodules option submodule: use new config API for worktree configurations submodule: extract functions for config set and lookup submodule: implement a config API for lookup of .gitmodules values
Diffstat (limited to 'diff.c')
-rw-r--r--diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/diff.c b/diff.c
index 976362a..08508f6 100644
--- a/diff.c
+++ b/diff.c
@@ -14,6 +14,7 @@
#include "utf8.h"
#include "userdiff.h"
#include "sigchain.h"
+#include "submodule-config.h"
#include "submodule.h"
#include "ll-merge.h"
#include "string-list.h"