On Sat, Mar 19, 2016 at 11:38:09PM +0530, Chirayu Desai wrote: > > You'd teach parse_opt_commits() to store the string _name_ of the > > argument (e.g., using a string_list rather than a commit_list), and then > > later resolve those names into commits. > Gotcha, will need to figure out where exactly would those names be > resolved, can do after following the code path a bit more, can do. Without looking too closely, I suspect you could do it as the first step in filter_refs(). Or alternatively, add a function to "finalize" the filter state before making queries of it. -Peff -- 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