mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 23:18:35 +02:00
misc work
This commit is contained in:
parent
906216d98b
commit
1ed8a2524a
8 changed files with 350 additions and 13 deletions
|
@ -358,7 +358,10 @@ TreeCompare.reduceTreeFields = function(trees) {
|
|||
target: tree.HEAD.target,
|
||||
id: tree.HEAD.id
|
||||
};
|
||||
});
|
||||
if (tree.originTree) {
|
||||
this.reduceTreeFields([tree.originTree]);
|
||||
}
|
||||
}, this);
|
||||
};
|
||||
|
||||
TreeCompare.compareTrees = function(treeA, treeB) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue