I'd like to have the source code from git so that I can see the commits, but "git clone https://git.code.sf.net/p/ibmswtpm2/code ibmswtpm2-code" gives me an empty repository. Is it hosted somewhere else?
Thanks,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I haven't had any strong demand for git support yet.
* The source code is on the tarball.
* The description of each version (what you probably mean by 'the commits') is in wiki.
* The core TPM is maintained by Microsoft. Every 6 months or so, it's released in MS Word format, Windows only, by the TCG. I extract it, add the missing pieces, and add ports to other OSes, So there really aren't lots of small commits as there would be with many contributers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd like to have the source code from git so that I can see the commits, but "git clone https://git.code.sf.net/p/ibmswtpm2/code ibmswtpm2-code" gives me an empty repository. Is it hosted somewhere else?
Thanks,
I haven't had any strong demand for git support yet.
* The source code is on the tarball.
* The description of each version (what you probably mean by 'the commits') is in wiki.
* The core TPM is maintained by Microsoft. Every 6 months or so, it's released in MS Word format, Windows only, by the TCG. I extract it, add the missing pieces, and add ports to other OSes, So there really aren't lots of small commits as there would be with many contributers.
Thanks for the explanation.