mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
bearable
This commit is contained in:
parent
5754238864
commit
e4b82fd653
10 changed files with 336 additions and 50 deletions
|
@ -875,6 +875,7 @@ GitEngine.prototype.rebaseAltID = function(id) {
|
|||
}]
|
||||
];
|
||||
|
||||
// for loop for early return
|
||||
for (var i = 0; i < regexMap.length; i++) {
|
||||
var regex = regexMap[i][0];
|
||||
var func = regexMap[i][1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue