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
a4a3fc4 doc: improve subtree check instructions (Sjors Provoost)
Pull request description:
Running `git-subtree-check.sh` requires adding the subtree repository as a remote. I learned that several years ago and then forgot again.
This PR also improves the error message if the subtree commit can't be found.
ACKs for top commit:
laanwj:
ACK a4a3fc4
fanquake:
ACK a4a3fc4 - this looks ok.
Tree-SHA512: 959bd923726c172d17f9f97f8a56988bf2df5a94d3131e5152a66150b941394cee9e82fdc6b86e09c0ba91d123a496599f07ca454212168d8d301738394c12c8
Copy file name to clipboardExpand all lines: doc/developer-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -887,7 +887,7 @@ Others are external projects without a tight relationship with our project. Chan
887
887
be sent upstream, but bugfixes may also be prudent to PR against Bitcoin Core so that they can be integrated
888
888
quickly. Cosmetic changes should be purely taken upstream.
889
889
890
-
There is a tool in `test/lint/git-subtree-check.sh` to check a subtree directory for consistency with
890
+
There is a tool in `test/lint/git-subtree-check.sh`([instructions](../test/lint#git-subtree-checksh)) to check a subtree directory for consistency with
0 commit comments