public
Description: A set of Sake tasks to make developing with Git easier.
Clone URL: git://github.com/eventualbuddha/sake-git.git
Search Repo:
Since there may not be a git-svn branch anymore, use git-svn to rebase but 
not fetch.
Wed Apr 16 11:40:11 -0700 2008
commit  560e71d386ce094f85a1c6e09d144b3b3c853cb3
tree    087932bbdcd665db9627183fc1ca107d59f3c041
parent  d57638e7b63e8a14e3960fb23398b586a893e529
...
35
36
37
38
 
39
40
41
...
35
36
37
 
38
39
40
41
0
@@ -35,7 +35,7 @@ task 'git:helpers' do
0
   end
0
   def git_rebase(what = nil)
0
     if git_svn? then
0
- sh("git-rebase git-svn #{what}")
0
+ sh("git-svn rebase --local #{what}")
0
     else
0
       sh("git-rebase origin/master #{what}")
0
     end

Comments

    No one has commented yet.