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
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user