Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rektide committed Sep 6, 2011
0 parents commit 6f2813f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
# git-ts #

*git-ts* begins life as a *githooks*(5) implementation for reporting and recording commits to a publictimestamp.org timestamp server. any un-garabage collected blobs will have their full paths recorded, making this tool suitable for usage of git as a *version management* system.

currently it is designed to be fired via the `post-commit` hook.

# implementation #

it timestamps the blob of the commit as well as the commit's fully pathed tree with filesizes.

# future considerations #

+ a `post-receive` hook
+ audits atompub published

0 comments on commit 6f2813f

Please sign in to comment.