mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
heck yes rebase finished
This commit is contained in:
parent
8eff13284f
commit
733ad7d648
2 changed files with 3 additions and 3 deletions
|
@ -1415,7 +1415,7 @@ GitEngine.prototype.filterRebaseCommits = function(toRebaseRough, stopSet) {
|
|||
|
||||
uniqueIDs[commit.get('id')] = true;
|
||||
return true;
|
||||
});
|
||||
}, this);
|
||||
};
|
||||
|
||||
GitEngine.prototype.rebaseFinish = function(toRebaseRough, stopSet, targetSource, currentLocation) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue