Re: [PATCH v2 3/3] fetch: reduce duplicate in ref update status lines
From: Junio C Hamano <hidden> Date: 2016-06-16 02:19:44
On Fri, Jun 3, 2016 at 4:52 PM, Duy Nguyen [off-list ref] wrote:
A placeholder can still keep the variable part at the end, e.g.
"refs/$/head -> pull/123"
I somehow like this very much.
A more typical "their topic went to remote-tracking namespace under 'origin'",
aka
topic -> origin/topic
aka
{ -> origin/}topic
would look like a more concise
topic -> origin/$
without the funny {} notation.