ref-filter: introduce align_atom_parser()
authorKarthik Nayak <redacted>
Wed, 17 Feb 2016 18:06:15 +0000 (23:36 +0530)
committerJunio C Hamano <redacted>
Wed, 17 Feb 2016 22:06:45 +0000 (14:06 -0800)
commit5bd881d998d6475b8a866af00b1a4d4e6b04c2cc
tree385c93a20b369418da181ae02079ec2dc48ff396
parent25a8d79e00f7434676237dc11e8b661c41834650
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 <redacted>
Helped-by: Jeff King <redacted>
Helped-by: Ramsay Jones <redacted>
Signed-off-by: Karthik Nayak <redacted>
Reviewed-by: Eric Sunshine <redacted>
Signed-off-by: Junio C Hamano <redacted>
ref-filter.c
git clone https://git.99rst.org/PROJECT