On Sun, May 19, 2013 at 6:18 AM, Ramkumar Ramachandra
<artag...@gmail.com> wrote:
> Nguyễn Thái Ngọc Duy wrote:
>> diff --git a/builtin/for-each-ref.c b/builtin/for-each-ref.c
>> index 498d703..b10d48a 100644
>> --- a/builtin/for-each-ref.c
>> +++ b/builtin/for-each-ref.c
>> @@ -76,6 +76,8 @@ static struct {
>>         { "symref" },
>>         { "flag" },
>>         { "current" },
>> +       { "tracking" },
>> +       { "tracking:upstream" },
>>  };
>
> You just threw the upstream atom (and "upstream:short") out the window :|

Huh? Those don't print the tracking information, do they?
"tracking:upstream" prints the upstream, but other things as well I
suppose.

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to