aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-09-29 14:40:43 +0800
committerfanquake <fanquake@gmail.com>2021-09-29 15:12:12 +0800
commit2b90eae33c0b368cc9b3939be224c36c45abd50d (patch)
tree3e15f1d32430b37cebdb2d35a8a5d1e5c0c3093c /test/lint
parent8daecf4d1d86823f7ba2c9f02eaf0d49893084be (diff)
downloadbitcoin-2b90eae33c0b368cc9b3939be224c36c45abd50d.tar.xz
doc: update developer docs for subtree renaming
Diffstat (limited to 'test/lint')
-rw-r--r--test/lint/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lint/README.md b/test/lint/README.md
index 7e06308347..c4d76eac94 100644
--- a/test/lint/README.md
+++ b/test/lint/README.md
@@ -27,10 +27,10 @@ Usage: test/lint/git-subtree-check.sh [-r] DIR [COMMIT]
To do a full check with `-r`, make sure that you have fetched the upstream repository branch in which the subtree is
maintained:
* for `src/secp256k1`: https://github.com/bitcoin-core/secp256k1.git (branch master)
-* for `src/leveldb`: https://github.com/bitcoin-core/leveldb.git (branch bitcoin-fork)
-* for `src/univalue`: https://github.com/bitcoin-core/univalue.git (branch master)
+* for `src/leveldb`: https://github.com/bitcoin-core/leveldb-subtree.git (branch bitcoin-fork)
+* for `src/univalue`: https://github.com/bitcoin-core/univalue-subtree.git (branch master)
* for `src/crypto/ctaes`: https://github.com/bitcoin-core/ctaes.git (branch master)
-* for `src/crc32c`: https://github.com/google/crc32c.git (branch master)
+* for `src/crc32c`: https://github.com/bitcoin-core/crc32c-subtree.git (branch bitcoin-fork)
To do so, add the upstream repository as remote: