tpm2-software / tpm2-tss-engine

OpenSSL Engine for TPM2 devices
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
148 stars 97 forks source link

INSTALL: drop depth option on git clone #253

Closed williamcroberts closed 2 years ago

williamcroberts commented 2 years ago

Using git describe for version information requires one of two things to be accurate:

  1. A full clone
  2. A shallow clone to a specific tag

This way git describe outputs accurate information over just a commit digest.

Fixes: #252

Signed-off-by: William Roberts william.c.roberts@intel.com