Hi, This is v2 of the patch series to provide a mechanism for silencing all advice hints. Based on feedback, the change now adds a `--no-advice` CLI option which works independently of the individual hint toggles. James Liu (1): advice: add --no-advice global option Documentation/git.txt | 5 ++++- advice.c | 8 +++++++- environment.h | 1 + git.c | 6 +++++- t/t0018-advice.sh | 20 ++++++++++++++++++++ 5 files changed, 37 insertions(+), 3 deletions(-) -- 2.44.0