describe level Resolves #144 Wooooo

This commit is contained in:
Peter Cottle 2013-11-05 09:13:16 -08:00
parent c3f0f48f28
commit d27e28b109
3 changed files with 79 additions and 2 deletions

View file

@ -2421,7 +2421,7 @@ GitEngine.prototype.describe = function(ref) {
// then join
throw new CommandResult({
msg: foundTag + '_' + numAway.length + '_g' + numAway.pop()
msg: foundTag + '_' + numAway.length + '_g' + startCommit.get('id')
});
};