diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-20 12:36:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-20 12:36:32 -0700 |
commit | b4980c63acad8457fb3606b9bd8b74d5e7cba8dd (patch) | |
tree | 28b33ae1ae49f2e6ab3215f95a58b9068254998d /wt-status.h | |
parent | 9a86b899415c8a49cc33d6b43bcab8113ddca517 (diff) | |
parent | ea9882bfc4d2850b65eac29ac5152e0d778a744b (diff) | |
download | git-b4980c63acad8457fb3606b9bd8b74d5e7cba8dd.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h index 009c954c73..9341c569a5 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; |