chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
1d5cfe6
)
Allow the rebase command to be defined
author
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 27 Sep 2007 22:23:26 +0000
(23:23 +0100)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 27 Sep 2007 22:23:26 +0000
(23:23 +0100)
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>
No differences found