have HEAD working

This commit is contained in:
Peter Cottle 2012-09-29 11:52:18 -07:00
parent 3b58cf2912
commit f78e77e5c6
4 changed files with 116 additions and 29 deletions

View file

@ -40,6 +40,9 @@ GitEngine.prototype.init = function() {
// commit once to get things going
this.commit();
// now we are ready
events.trigger('gitEngineReady', this);
};
GitEngine.prototype.getDetachedHead = function() {