On Tue, May 26, 2020 at 4:37 AM Simon Ser <contact@xxxxxxxxxxx> wrote: > There are already configuration variables for -n and --column. Add one > for --heading, allowing users to customize the default behaviour. > > Signed-off-by: Simon Ser <contact@xxxxxxxxxxx> > --- > Documentation/git-grep.txt | 3 +++ > grep.c | 5 +++++ > 2 files changed, 8 insertions(+) To round this out, adding a test -- probably in t7810-grep.sh -- would be a good idea.