mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 07:28:35 +02:00
default tags to empty set on export Pull Request #137
This commit is contained in:
parent
1d7b2bb5a1
commit
e96df309e5
2 changed files with 13 additions and 0 deletions
|
@ -207,6 +207,7 @@ GitEngine.prototype.exportTree = function() {
|
|||
var totalExport = {
|
||||
branches: {},
|
||||
commits: {},
|
||||
tags: {},
|
||||
HEAD: null
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue