Copyright (c) 2011 Ryan Souza and Bart Massey
publictimestamp.org for Git commits
To start notarizing Git commits for a repo:
- Put
publictimestamp.jarin a public place - Edit
git-notarizeto point atpublictimestamp.jar - Put
git-notarizein a public path - Put the
post-commithook in.git/hooks - Make sure
git-notarizeandpost-commitare executable
Now, whenever you commit you should see extra text reporting that the commit hash has been notarized at http://publictimestamp.org. To "verify" a commit hash, use
git-notarize --verify <commitish>
(with a committish that specifies a single commit).
This source is available under the MIT license: see the file COPYING in this distribution for details. See http://github.com/scoz/git-timestamp-tools for the source code.
Have fun!