How can I use RFC3161 (trusted) timestamps to prove the age of commits in my Git repository?

前端 未结 4 1699
南旧
南旧 2021-02-05 07:51

Updated

I have posted a script I\'m using for this to the StackExchange Code Review site.

My original question for this was Is there a way I can sign a

4条回答
  •  攒了一身酷
    2021-02-05 08:48

    I just wrote a program called "GitLock" exactly for this purpose. It adds trusted timestamps to your repo.

    https://www.npmjs.com/package/gitlock

提交回复
热议问题