mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 23:18:35 +02:00
ugh rerecorded all tests after changing tree saving and loading behavior
This commit is contained in:
parent
241a2dcd1c
commit
fe551e4df4
4 changed files with 26 additions and 19 deletions
|
@ -324,7 +324,9 @@ TreeCompare.reduceTreeFields = function(trees) {
|
|||
var commitSortFields = ['children', 'parents'];
|
||||
var branchSaveFields = [
|
||||
'target',
|
||||
'id'
|
||||
'id',
|
||||
'remoteTrackingBranchID',
|
||||
'localBranchesThatTrackThis'
|
||||
];
|
||||
|
||||
// this function saves only the specified fields of a tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue