diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 | 
1 files changed, 4 insertions, 0 deletions
@@ -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  | 
