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