mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 07:28:35 +02:00
describe level Resolves #144 Wooooo
This commit is contained in:
parent
c3f0f48f28
commit
d27e28b109
3 changed files with 79 additions and 2 deletions
|
@ -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')
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue