Re: [PATCH v3 0/3] for-each-ref: add :remoteref and :remotename specifiers

2017-11-07 Thread Junio C Hamano
Johannes Schindelin writes: > Changes since v2: > > - fixed the commit message of 1/3 to no longer talk about :remote. OK. It now matches what we have had since October 5th in my tree. > - used the push atom in 2/3, made the code look more as suggested by Junio. I am pleasantly surprised (mos

[PATCH v3 0/3] for-each-ref: add :remoteref and :remotename specifiers

2017-11-07 Thread Johannes Schindelin
This introduces support for git for-each-ref \ --format="%(merge:remotename),%(merge:remoteref)" git for-each-ref \ --format="%(push:remotename),%(push:remoteref)" to figure out the remote nickname as well as the name of the corresponding branch on