Re: [PATCH 6/7] tag: support column output with --column

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]