Teach git-remote to list pushed branches.
commit8bf0e3d15d3d327ae16d8eaa56374492d03a7b88
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 18 Mar 2007 20:34:46 +0000 (18 21:34 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Mar 2007 08:54:49 +0000 (20 01:54 -0700)
treefbf8facb5523b6952e04eb2e05dcd90622717031
parent08727ea8bba8c81678e5cf15124ada23ad097bc3
Teach git-remote to list pushed branches.

The configured refspecs are printed almost verbatim, i.e. both the local
and the remote branch name separated by a colon are printed; only the
prefix 'refs/heads/' is removed, like this:

  Local branch(es) pushed with 'git push'
    master refs/tags/*:refs/tags/* next:next

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-remote.perl