mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
[doc] devtools: Setup ots git integration
This commit is contained in:
parent
2a09a78c08
commit
fa385c3a8b
1 changed files with 8 additions and 0 deletions
|
@ -144,6 +144,14 @@ Configuring the github-merge tool for the bitcoin repository is done in the foll
|
||||||
git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing)
|
git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing)
|
||||||
git config --global user.signingkey mykeyid (if you want to GPG sign)
|
git config --global user.signingkey mykeyid (if you want to GPG sign)
|
||||||
|
|
||||||
|
Create and verify timestamps of merge commits
|
||||||
|
---------------------------------------------
|
||||||
|
To create or verify timestamps on the merge commits, install the OpenTimestamps
|
||||||
|
client via `pip3 install opentimestamps-client`. Then, dowload the gpg wrapper
|
||||||
|
`ots-git-gpg-wrapper.sh` and set it as git's `gpg.program`. See
|
||||||
|
[the ots git integration documentation](https://github.com/opentimestamps/opentimestamps-client/blob/master/doc/git-integration.md#usage)
|
||||||
|
for further details.
|
||||||
|
|
||||||
optimize-pngs.py
|
optimize-pngs.py
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue