On Sun, May 19, 2013 at 6:38 PM, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > On Sun, May 19, 2013 at 6:18 AM, Ramkumar Ramachandra > <artagnon@xxxxxxxxx> 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. Exactly. I already explained why %(upstream) can't be used in 00/09. "tracking" may not be perfect. Somebody might want "tracking:upstream:short". It does not look quite nice. -- Duy -- 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