chiark / gitweb /
Allow the rebase command to be defined
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Sep 2007 22:23:26 +0000 (23:23 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Sep 2007 22:23:26 +0000 (23:23 +0100)
commit1d5cfe617d97d943b41f4be17c4f5955a7026297
tree5458a7f9e5264fdee6f87905abcb96f8b809c9d7
parent950b10954ad97b7827e6284be3f279b6ef802ccf
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 <catalin.marinas@gmail.com>
examples/gitconfig
stgit/commands/common.py