You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6c27fa0 scripts: remove github-merge.py (fanquake)
Pull request description:
This script has been moved to the bitcoin-core/bitcoin-maintainer-tools repository,
after discussion in a core dev meeting. The rationale being that it is also useful to
other projects, and thus should be moved to a more general repository.
Meeting log: http://www.erisian.com.au/bitcoin-core-dev/log-2019-08-15.html
See also: bitcoin-core/bitcoin-maintainer-tools#28
~~I'll open a follow up PR to port the documentation to the maintainer tools repo.~~
Ported the docs in bitcoin-core/bitcoin-maintainer-tools#29
ACKs for top commit:
laanwj:
ACK 6c27fa0
Tree-SHA512: 972070c6893043aebe3b62118d2e42d857553202b1eeb9abca55326f580f25e9859de188a1d0c50b9c7d20bdeeddffc00bcf9ad5a76b60add5c8541956d45489
Copy file name to clipboardExpand all lines: contrib/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ Repository Tools
3
3
4
4
### [Developer tools](/contrib/devtools) ###
5
5
Specific tools for developers working on this repository.
6
-
Contains the script `github-merge.py`for merging GitHub pull requests securely and signing them using GPG.
6
+
Additional tools, including the `github-merge.py`script, are available in the [maintainer-tools](https://github.com/bitcoin-core/bitcoin-maintainer-tools) repository.
7
7
8
8
### [Verify-Commits](/contrib/verify-commits) ###
9
-
Tool to verify that every merge commit was signed by a developer using the above `github-merge.py` script.
9
+
Tool to verify that every merge commit was signed by a developer using the `github-merge.py` script.
10
10
11
11
### [Linearize](/contrib/linearize) ###
12
12
Construct a linear, no-fork, best version of the blockchain.
0 commit comments