default tags to empty set on export Pull Request #137

This commit is contained in:
Peter Cottle 2013-10-27 12:33:20 -07:00
parent 1d7b2bb5a1
commit e96df309e5
2 changed files with 13 additions and 0 deletions

View file

@ -207,6 +207,7 @@ GitEngine.prototype.exportTree = function() {
var totalExport = {
branches: {},
commits: {},
tags: {},
HEAD: null
};