diff options
| author | Sjors Provoost <[email protected]> | 2020-06-12 12:33:00 +0200 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2020-06-12 13:31:42 +0200 |
| commit | a4a3fc4cd2e6f53cdffcc2962fd152a4e40c7413 (patch) | |
| tree | 53c5e80fdb38756469c7a7404ca2c6debc823b7b /doc/developer-notes.md | |
| parent | Merge #19230: [TESTS] Move base58 to own module to break circular dependency (diff) | |
| download | discoin-a4a3fc4cd2e6f53cdffcc2962fd152a4e40c7413.tar.xz discoin-a4a3fc4cd2e6f53cdffcc2962fd152a4e40c7413.zip | |
doc: improve subtree check instructions
Diffstat (limited to 'doc/developer-notes.md')
| -rw-r--r-- | doc/developer-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index b33b3ad18..cba68f409 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -874,7 +874,7 @@ Others are external projects without a tight relationship with our project. Chan be sent upstream, but bugfixes may also be prudent to PR against Bitcoin Core so that they can be integrated quickly. Cosmetic changes should be purely taken upstream. -There is a tool in `test/lint/git-subtree-check.sh` to check a subtree directory for consistency with +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 its upstream repository. Current subtrees include: |