mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Added support for git tag -d <tag> and fixed a bug where a duplicate tag name wouldn't show in the error-msg
This commit is contained in:
parent
251ec17ed9
commit
b281d1d76c
3 changed files with 53 additions and 1 deletions
|
@ -686,7 +686,7 @@ GitEngine.prototype.validateAndMakeTag = function(id, target) {
|
|||
throw new GitError({
|
||||
msg: intl.str(
|
||||
'bad-tag-name',
|
||||
{ tag: name }
|
||||
{ tag: id }
|
||||
)
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue