git-svn: hopefully make 'fetch' more user-friendly
commite98671e5c2067a39759c8f08b79c260a9f0b2771
authorEric Wong <normalperson@yhbt.net>
Wed, 14 Feb 2007 10:21:19 +0000 (14 02:21 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:12 +0000 (23 00:57 -0800)
tree6f41c112e00cd9e2f09f66023e712b88bc3b84cd
parentccb6b6f5b50bb32f90222a3e801a1901bf0b5657
git-svn: hopefully make 'fetch' more user-friendly

multi-fetch is deprecated, "fetch -a" is easier to type
By default, fetch will fetch everything from its default
[svn-remote]; if fetch [--all|-a] is specified, then it will
fetch from all svn remotes.  Refspecs on the command-line
(like git-fetch) are not supported.

Also, enable -r/--revision arguments for fetch so
users can shoot themselves in the foot^W^W^W^W^W
skip some history and do the equivalent of a shallow
clone/fetch they're not interested in.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl