git-svn: multiple fetch/branches/tags keys are supported
authorNathan Gray <n8gray@n8gray.org>
Tue, 20 Dec 2011 01:23:50 +0000 (19:23 -0600)
committerEric Wong <normalperson@yhbt.net>
Mon, 20 May 2013 22:05:47 +0000 (22:05 +0000)
"git svn" can be configured to use multiple fetch, branches, and tags
refspecs by passing multiple --branches or --tags options at init time
or editing the configuration file later, which can be handy when
working with messy Subversion repositories. Add a note to the
configuration section documenting how this works.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found