From: Karthik Nayak Date: Wed, 17 Feb 2016 18:06:15 +0000 (+0530) Subject: ref-filter: introduce align_atom_parser() X-Git-Tag: v2.8.0-rc0~24^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5bd881d998d6475b8a866af00b1a4d4e6b04c2cc?hp=5bd881d998d6475b8a866af00b1a4d4e6b04c2cc ref-filter: introduce align_atom_parser() Introduce align_atom_parser() which will parse an 'align' atom and store the required alignment position and width in the 'used_atom' structure for further usage in populate_value(). Since this patch removes the last usage of match_atom_name(), remove the function from ref-filter.c. Helped-by: Eric Sunshine Helped-by: Jeff King Helped-by: Ramsay Jones Signed-off-by: Karthik Nayak Reviewed-by: Eric Sunshine Signed-off-by: Junio C Hamano ---