On Sun, May 19, 2013 at 6:18 AM, Ramkumar Ramachandra
[off-list ref] wrote:
Nguyễn Thái Ngọc Duy wrote:
quoted
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