forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1
PR dependencies graph
Vasil Dimov edited this page Jan 22, 2021
·
7 revisions
strict digraph calls {
"#20685 Add I2P support using I2P SAM"
-> "#20788 net: add RAII socket..."
[xlabel="depends"];
"#19203 net: Add regression fuzz harness for CVE-2017-18350..."
-> "#20788 net: add RAII socket..."
[xlabel="depends"];
}
Generate a SVG image from this wiki using:
echo -ne '/^strict digraph/,/^}/p\nq\n' \
|ed -s '!w3m -dump https://github.com/vasild/bitcoin/wiki/PR-dependencies-graph' \
|dot -Tsvg \
|sed -E 's|<text (.+)>#([0-9]+) (.+)</text>|<text \1><a xlink:href="https://github.com/bitcoin/bitcoin/pull/\2">#\2 \3</a></text>|g' \
> prdeps.svg