summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-09-13 08:33:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-13 08:33:18 (GMT)
commitdc1b0c06ee9b3d2fb086a89e5b12da35bf360e4c (patch)
tree4097a3e7f1507c66ef4effc9d2da243c6382a3ed /cache.h
parent8b54f63dce34c3bbd7ff919fb53c1c253221fe71 (diff)
parentedf563fbaa2ab50734db4a61e9092f25fbb5a417 (diff)
downloadgit-dc1b0c06ee9b3d2fb086a89e5b12da35bf360e4c.zip
git-dc1b0c06ee9b3d2fb086a89e5b12da35bf360e4c.tar.gz
git-dc1b0c06ee9b3d2fb086a89e5b12da35bf360e4c.tar.bz2
Merge branch 'jk/unwanted-advices'
* jk/unwanted-advices: status: make "how to stage" messages optional push: make non-fast-forward help message configurable
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 1668f28..1a6412d 100644
--- a/cache.h
+++ b/cache.h
@@ -4,6 +4,7 @@
#include "git-compat-util.h"
#include "strbuf.h"
#include "hash.h"
+#include "advice.h"
#include SHA1_HEADER
#ifndef git_SHA_CTX