From: Eric Wong Date: Wed, 14 Feb 2007 10:21:19 +0000 (-0800) Subject: git-svn: hopefully make 'fetch' more user-friendly X-Git-Tag: v1.5.1-rc1~167 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e98671e5c2067a39759c8f08b79c260a9f0b2771?hp=e98671e5c2067a39759c8f08b79c260a9f0b2771 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 ---