Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gabriel Silva Vinha
codespeed
Commits
c18b2ea8
Commit
c18b2ea8
authored
Apr 19, 2017
by
Miquel Torres
Committed by
GitHub
Apr 19, 2017
Browse files
Merge pull request #219 from mwatts15/git-tag-correction
Made git tag identification more conservative
parents
6a385b2a
08072c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
codespeed/commits/git.py
View file @
c18b2ea8
...
...
@@ -68,7 +68,7 @@ def getlogs(endrev, startrev):
tag
=
""
cmd
=
[
"git"
,
"
describe"
,
"--tags
"
,
commit_id
]
cmd
=
[
"git"
,
"
tag"
,
"--points-at
"
,
commit_id
]
proc
=
Popen
(
cmd
,
stdout
=
PIPE
,
stderr
=
PIPE
,
cwd
=
working_copy
)
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment