ref-filter: introduce handler function for each atom
commit63d89fbce11c358ab73bdbb0d36919a454b2f5a6
authorKarthik Nayak <karthik.188@gmail.com>
Thu, 10 Sep 2015 15:48:20 +0000 (10 21:18 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Sep 2015 17:02:48 +0000 (17 10:02 -0700)
treed1d122731252847b42cfee0d60a4bd01ff07e0f0
parent110dcda50d5ddaf3557666eea3b012a6ccc74dce
ref-filter: introduce handler function for each atom

Introduce a handler function for each atom, which is called when the
atom is processed in show_ref_array_item().

In this context make append_atom() as the default handler function and
extract quote_formatting() out of append_atom(). Bump this to the top.

Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ref-filter.c