summaryrefslogtreecommitdiffstats
path: root/wt-status.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-20 12:36:31 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-20 12:36:32 -0700
commitb4980c63acad8457fb3606b9bd8b74d5e7cba8dd (patch)
tree28b33ae1ae49f2e6ab3215f95a58b9068254998d /wt-status.h
parent9a86b899415c8a49cc33d6b43bcab8113ddca517 (diff)
parentea9882bfc4d2850b65eac29ac5152e0d778a744b (diff)
downloadgit-b4980c63acad8457fb3606b9bd8b74d5e7cba8dd.tar.gz
git-b4980c63acad8457fb3606b9bd8b74d5e7cba8dd.tar.xz
Merge branch 'mm/commit-template-squelch-advice-messages'
From the commit log template, remove irrelevant "advice" messages that are shared with "git status" output. * mm/commit-template-squelch-advice-messages: commit: disable status hints when writing to COMMIT_EDITMSG wt-status: turn advice_status_hints into a field of wt_status commit: factor status configuration is a helper function
Diffstat (limited to 'wt-status.h')
-rw-r--r--wt-status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h
index 009c954c7..9341c569a 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -60,6 +60,7 @@ struct wt_status {
unsigned colopts;
int null_termination;
int show_branch;
+ int hints;
/* These are computed during processing of the individual sections */
int commitable;