commit | 8bf0e3d15d3d327ae16d8eaa56374492d03a7b88 | [log] [tgz] |
---|---|---|
author | Johannes Sixt <johannes.sixt@telecom.at> | Sun Mar 18 21:34:46 2007 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Tue Mar 20 01:54:49 2007 -0700 |
tree | fbf8facb5523b6952e04eb2e05dcd90622717031 | |
parent | 08727ea8bba8c81678e5cf15124ada23ad097bc3 [diff] |
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>