Re: [PATCH 06/15] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
From: Jacob Keller <hidden> Date: 2016-06-15 23:08:39
On Sun, Mar 6, 2016 at 4:04 AM, Karthik Nayak [off-list ref] wrote:
Borrowing from branch.c's implementation print "[gone]" whenever an
unknown upstream ref is encountered instead of just ignoring it.
This makes sure that when branch.c is ported over to using ref-filter
APIs for printing, this feature is not lost.
Make changes to t/t6300-for-each-ref.sh to reflect this change.
Shouldn't this be documented as well?
Thanks,
Jake