commit | 5339bdad96ace2fa76bf5d80b8596ad84b037aed | [log] [tgz] |
---|---|---|
author | Karthik Nayak <karthik.188@gmail.com> | Wed Feb 17 23:36:17 2016 +0530 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Feb 17 14:06:45 2016 -0800 |
tree | 8ba4c2be83ca425eb9b66d8c77b3ed05b349b135 | |
parent | 395fb8f9f4e13f0ca30b93c7b419c22a4625e5c4 [diff] |
ref-filter: introduce remote_ref_atom_parser() Introduce remote_ref_atom_parser() which will parse the '%(upstream)' and '%(push)' atoms and store information into the 'used_atom' structure based on the modifiers used along with the corresponding atom. 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>