mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Today we shell out to git rev-parse to read the git revision. Forking another process is slower than reading the revision directly. This commit changes to directly read the git revision from the repository, avoiding to fork another process.