summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-25 21:06:01 -0500
committerJeff Carr <[email protected]>2025-03-25 21:06:01 -0500
commit6a88e3bdeff620908a9e29bbdd6f739ffde616e7 (patch)
treebabd994a95ff1f90435a2d1f28e8f2dc3f1e3555 /main.go
parent8da6cd3ad245f1b1601446533b4a11b98ddf4b77 (diff)
more examples
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index cb42b98..25818a4 100644
--- a/main.go
+++ b/main.go
@@ -35,6 +35,10 @@ func main() {
return
}
walkTree(t)
+
+ showtags(repo)
+ // v0.0.8
+ printCommitsForTag(repo, "v0.22.2")
}
// lists the files in the git repo