Skip to content

Commit fa385c3

Browse files
author
MarcoFalke
committed
[doc] devtools: Setup ots git integration
1 parent 2a09a78 commit fa385c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contrib/devtools/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ Configuring the github-merge tool for the bitcoin repository is done in the foll
144144
git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing)
145145
git config --global user.signingkey mykeyid (if you want to GPG sign)
146146

147+
Create and verify timestamps of merge commits
148+
---------------------------------------------
149+
To create or verify timestamps on the merge commits, install the OpenTimestamps
150+
client via `pip3 install opentimestamps-client`. Then, dowload the gpg wrapper
151+
`ots-git-gpg-wrapper.sh` and set it as git's `gpg.program`. See
152+
[the ots git integration documentation](https://github.com/opentimestamps/opentimestamps-client/blob/master/doc/git-integration.md#usage)
153+
for further details.
154+
147155
optimize-pngs.py
148156
================
149157

0 commit comments

Comments
 (0)