]> git.ipfire.org Git - thirdparty/git.git/commit - ref-filter.c
ref-filter: introduce color_atom_parser()
authorKarthik Nayak <karthik.188@gmail.com>
Wed, 17 Feb 2016 18:06:13 +0000 (23:36 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 22:06:45 +0000 (14:06 -0800)
commitfd935cc7e8e2fdf7ad837dc74509c75877a489ba
tree48ba2cd2ef9cb36f0a25804aed92a89034530e4b
parent4de707ea4f61f9df7d2a76303df00caa5ec0899d
ref-filter: introduce color_atom_parser()

Introduce color_atom_parser() which will parse a "color" atom and
store its color in the "used_atom" structure for further usage in
populate_value().

Helped-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Karthik Nayak <Karthik.188@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ref-filter.c