diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,7 +38,9 @@ func main() { showtags(repo) // v0.0.8 - printCommitsForTag(repo, "v0.22.2") + if argv.Tag != "" { + printCommitsForTag(repo, argv.Tag) + } } // lists the files in the git repo |
