From: Catalin Marinas Date: Thu, 27 Sep 2007 22:23:26 +0000 (+0100) Subject: Allow the rebase command to be defined X-Git-Tag: v0.14~67 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/1d5cfe617d97d943b41f4be17c4f5955a7026297?hp=1d5cfe617d97d943b41f4be17c4f5955a7026297 Allow the rebase command to be defined This is useful if one wants to use StGIT on top of a Subversion repository. After a "git svn clone" and "stg init", the following options have to be defined to allow "stg pull" to work properly: branch.master.remote = svn stgit.pull-policy = fetch-rebase stgit.fetchcmd = git svn fetch stgit.rebasecmd = git svn rebase Signed-off-by: Catalin Marinas ---