We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a385b2 commit 08072c0Copy full SHA for 08072c0
1 file changed
codespeed/commits/git.py
@@ -68,7 +68,7 @@ def getlogs(endrev, startrev):
68
69
tag = ""
70
71
- cmd = ["git", "describe", "--tags", commit_id]
+ cmd = ["git", "tag", "--points-at", commit_id]
72
proc = Popen(cmd, stdout=PIPE, stderr=PIPE, cwd=working_copy)
73
74
try:
0 commit comments