Carried over http://thread.gmane.org/gmane.comp.version-control.git/279226/focus=279352. Where we were talking about pre-parsing most of the atoms so that we do not have to parse them in ref-filter:populate_value(), where we could now instead only fill in necessary values. This series aims to introduce parsing functions for atoms so that they maybe parsed before hand and the necessary values maybe stored the introduce used_atom structure. Karthik Nayak (10): ref-filter: introduce a parsing function for each atom in valid_atom ref-filter: introduce struct used_atom ref-fitler: bump match_atom() name to the top ref-filter: skip deref specifier in match_atom_name() ref-filter: introduce color_atom_parser() strbuf: introduce strbuf_split_str_without_term() ref-filter: introduce align_atom_parser() ref-filter: introduce remote_ref_atom_parser() ref-filter: introduce contents_atom_parser() ref-filter: introduce objectname_atom_parser() Documentation/git-for-each-ref.txt | 18 +- ref-filter.c | 483 ++++++++++++++++++++++--------------- strbuf.c | 17 +- strbuf.h | 14 +- t/t6302-for-each-ref-filter.sh | 4 +- 5 files changed, 328 insertions(+), 208 deletions(-) -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html