Re: [PATCH] Teach git-remote to list pushed branches.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:00
Johannes Sixt [off-list ref] writes:
BTW, the .git/remotes parser does not allow multiple refspecs on one 'Push:'
line, if I understand it correctly (I'm looking at get_remotes_uri in
builtin-push.c).
Sheesh, you are right. That is a regression introduced, when
git-push was rewritten as a built-in, and I did not know about
it until now.