mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-15 12:50:15 +02:00
This script compares a release branch against a source branch (e.g. master) to verify that all cherry-picked commits are unmodified. It first attempts fast matching using normalized patch hashes. If no exact match is found, it falls back to a fuzzy matching mechanism: - Filters source commits by matching author and commit subject - Compares normalized diffs using diff -u - Selects the closest match based on line difference count Useful for verifying cherry-picks or rebased commits during release processes. Supports scan and compare limits for performance. |
||
|---|---|---|
| .. | ||
| bw-compatibility-test | ||
| keys | ||
| check-commit.sh | ||
| check-each-commit.sh | ||
| check-go-version-dockerfile.sh | ||
| check-go-version-yaml.sh | ||
| check-release-notes.sh | ||
| check-rest-annotations.sh | ||
| check-sample-lnd-conf.sh | ||
| fuzz.sh | ||
| fuzzy-match-release-branch.sh | ||
| gen_man_pages.sh | ||
| gen_sqlc_docker.sh | ||
| install_bitcoind.sh | ||
| itest_parallel.sh | ||
| itest_part.sh | ||
| release.sh | ||
| tidy_modules.sh | ||
| unit-test-flake-hunter.sh | ||
| unit_test_modules.sh | ||
| verify-install.sh | ||