aboutsummaryrefslogtreecommitdiff
path: root/advice.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2009-09-09 07:43:03 -0400
committerJunio C Hamano <gitster@pobox.com>2009-09-11 21:33:24 -0700
commitedf563fbaa2ab50734db4a61e9092f25fbb5a417 (patch)
treeda88eeda454d70a6db2c79cd5077c7b73469e0f7 /advice.h
parent75194438f412714f4e82ca01e9038dc6714498c4 (diff)
downloadgit-edf563fbaa2ab50734db4a61e9092f25fbb5a417.tar.gz
git-edf563fbaa2ab50734db4a61e9092f25fbb5a417.tar.xz
status: make "how to stage" messages optional
These messages are nice for new users, but experienced git users know how to manipulate the index, and these messages waste a lot of screen real estate. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'advice.h')
-rw-r--r--advice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/advice.h b/advice.h
index 862bae37b..e9df8e026 100644
--- a/advice.h
+++ b/advice.h
@@ -2,6 +2,7 @@
#define ADVICE_H
extern int advice_push_nonfastforward;
+extern int advice_status_hints;
int git_default_advice_config(const char *var, const char *value);