git-svn: add -l/--local command to "git svn rebase"
commitdee41f3e5569f9465018535f02d45796d84aebd8
authorEric Wong <normalperson@yhbt.net>
Tue, 13 Mar 2007 18:40:36 +0000 (13 11:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Mar 2007 04:18:37 +0000 (13 21:18 -0700)
treef3d009be86e46feee680f8c91d4c5bc29478c4c5
parent27ebd6e0443bdd795869f598ecebc9eadd64a26c
git-svn: add -l/--local command to "git svn rebase"

This avoids fetching new revisions remotely, and is usefuly
versus plain "git rebase" because the user does not have to
specify which remote head to rebase against.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-svn.txt
git-svn.perl