mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
real pull --rebase fixed
This commit is contained in:
parent
bbfb4d7512
commit
aed8ce29f3
5 changed files with 1 additions and 24 deletions
|
@ -1033,13 +1033,6 @@ GitEngine.prototype.pullFinishWithRebase = function(
|
|||
return this.rebase(remoteBranch, localBranch, pendingFetch);
|
||||
}, this));
|
||||
|
||||
chain = chain.then(_.bind(function() {
|
||||
// HAX
|
||||
var localCommit = localBranch.get('target');
|
||||
this.setTargetLocation(this.refs['o/master'], localCommit);
|
||||
return AnimationFactory.playRefreshAnimation(this.gitVisuals);
|
||||
}, this));
|
||||
|
||||
this.animationQueue.thenFinish(chain, deferred);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue