Unverified Commit 4eaa2e9a authored by vector-of-bool's avatar vector-of-bool Committed by GitHub
Browse files

Speedup of calc_release_version.py (#1383)

* Cleaner argument handling and type-checking in calc_release_version
* Speedup of calc_release_version by minimizing subprocesses

Instead of continually asking Git whether a particular commit hash is
pointed-to by a given tag, ask Git upfront for a mapping between all
commit hashes and the associated tags. Then, look for the commit in
the mapping as a single step.
parent c06942a0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment