From: Eric Wong Date: Fri, 28 Apr 2006 10:42:38 +0000 (-0700) Subject: git-svn: --branch-all-refs / -B support X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=bf78b1d89b29f8524ccfbd7042fa277277e316ff;hp=bf78b1d89b29f8524ccfbd7042fa277277e316ff;p=git.git git-svn: --branch-all-refs / -B support This should make life easier for all those who type: `git-rev-parse --symbolic --all | xargs -n1 echo -b` every time they run git-svn fetch. Signed-off-by: Eric Wong ---