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 3f7d9c4 commit 38bcd15Copy full SHA for 38bcd15
1 file changed
Tools/ssl/make_ssl_data.py
@@ -189,12 +189,6 @@ def get_openssl_git_commit(args):
189
encoding='utf-8',
190
check=True,
191
)
192
- # FEAT(picnixz): in the future, we may want to check that we only
193
- # generate data from a Git commit that is a tag (to that end, we
194
- # can either re-run 'git describe --long --dirty --contains' and
195
- # compare the output (the HEAD case is special as it is never
196
- # contained) or parse the output of 'git describe' to count
197
- # the number of commits until the previous tag.
198
return git_describe.stdout.strip()
199
200
0 commit comments