mbox series

[v2,0/1] advice: add --no-advice global option

Message ID 20240429010925.93205-1-james@jamesliu.io (mailing list archive)
Headers show
Series advice: add --no-advice global option | expand

Message

James Liu April 29, 2024, 1:09 a.m. UTC
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(-)