]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
mailmap, quote: move declarations of global vars to correct unit
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 07:42:04 +0000 (00:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2023 15:52:11 +0000 (08:52 -0700)
commit4711556905f381c01f1fbae205f67cfa673ab44a
tree70720cebdc365c27469222a31f1b93cc17bf66a1
parentb7b189cd5ae99f336c1185f8f8c27a118314ced1
mailmap, quote: move declarations of global vars to correct unit

Since earlier commits removed the inclusion of cache.h from mailmap.c
and quote.c, it feels odd to have the extern declarations of
global variables in cache.h rather than the actual header included
by the source file.  Move these global variable extern declarations
from cache.h to mailmap.c and quote.c.

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
config.c
mailmap.h
quote.h