summaryrefslogtreecommitdiff
path: root/grep.h
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-02-16 01:00:35 +0100
committerJunio C Hamano <gitster@pobox.com>2022-02-15 18:00:50 -0800
commitb8db6ed8265fc44ebf7163a17600162f25df6de0 (patch)
tree584b60976bc3988c502546c0cbbb0ed888ea6066 /grep.h
parent9725c8dda20dc9bc02b552a2333963c8cb834d1d (diff)
downloadgit-b8db6ed8265fc44ebf7163a17600162f25df6de0.tar.gz
grep.c: don't pass along NULL callback value
Change grep_cmd_config() to stop passing around the always-NULL "cb" value. When this code was added in 7e8f59d577e (grep: color patterns in output, 2009-03-07) it was non-NULL, but when that changed in 15fabd1bbd4 (builtin/grep.c: make configuration callback more reusable, 2012-10-09) this code was left behind. In a subsequent change I'll start using the "cb" value, this will make it clear which functions we call need it, and which don't. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'grep.h')
0 files changed, 0 insertions, 0 deletions