From: Nguyễn Thái Ngọc Duy
Currently, the entire callchain starting from show_ref() parses and
prints immediately. This inflexibility limits our ability to extend the
parser. So, convert the entire callchain to accept a strbuf argument to
write to. Also introduce a show_refs() helper that call
On Wed, Jun 5, 2013 at 6:13 AM, Junio C Hamano wrote:
> Ramkumar Ramachandra writes:
>
>> From: Nguyễn Thái Ngọc Duy
>>
>> Currently, the entire callchain starting from show_ref() parses and
>> prints immediately. This inflexibility limits our ability to extend the
>> parser. So, convert the e
Ramkumar Ramachandra writes:
> From: Nguyễn Thái Ngọc Duy
>
> Currently, the entire callchain starting from show_ref() parses and
> prints immediately. This inflexibility limits our ability to extend the
> parser. So, convert the entire callchain to accept a strbuf argument to
> write to. Als
From: Nguyễn Thái Ngọc Duy
Currently, the entire callchain starting from show_ref() parses and
prints immediately. This inflexibility limits our ability to extend the
parser. So, convert the entire callchain to accept a strbuf argument to
write to. Also introduce a show_refs() helper that call
4 matches
Mail list logo