Wow! Fix undo button and more origin work

This commit is contained in:
Peter Cottle 2013-05-26 17:40:37 -07:00
parent 6641417422
commit 2938c3fb37
6 changed files with 78 additions and 13 deletions

View file

@ -126,6 +126,10 @@ GitEngine.prototype.exportTree = function() {
HEAD.target = HEAD.target.get('id');
totalExport.HEAD = HEAD;
if (this.hasOrigin()) {
totalExport.originTree = this.origin.exportTree();
}
return totalExport;
};