Nguyán ThÃi Ngác Duy <pclouds@xxxxxxxxx> writes: > @@ -52,7 +54,7 @@ static int show_reference(const char *refname, const unsigned char *sha1, > } > > if (!filter->lines) { > - printf("%s\n", refname); > + string_list_append(&layout.items, refname); Hmm, is this robbing streaming output from people who do not care about columnar output? I tend to agree with others who suggested you to port column to platforms that lack it. -- 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