Skip to content

0x2b3bfa0/git-timestamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

git-timestamp

Boilerplate repository for RFC3161 TSA Git repository commit timestamping.

Requirements

  • coreutils
  • openssl
  • curl

Install

  1. Copy the ./timestamp directory to the root of your repository.

  2. Set up Git to use the included hook scripts:

    git config --local core.hooksPath timestamp/hooks
  3. Create a test commit and check the timestamp directory.

Settings

You can choose which timestamping authority servers to use by editing ./timestamp/servers.list file.

Persistence

Hooks won't remain enabled across devices, so you'll need to run the git config command each time you clone the repository to a new device.

Releases

No releases published

Packages

No packages published

Languages