mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 14:45:08 +01:00
doc: filter out merge-script from list of authors
This commit is contained in:
parent
472d6f79b9
commit
d99ba3cc01
@ -98,7 +98,7 @@ For the period during which the notes are being edited on the wiki, the version
|
||||
|
||||
Generate list of authors:
|
||||
|
||||
git log --format='- %aN' v(current version, e.g. 24.0)..v(new version, e.g. 24.1) | sort -fiu
|
||||
git log --format='- %aN' v(current version, e.g. 24.0)..v(new version, e.g. 24.1) | grep -v 'merge-script' | sort -fiu
|
||||
|
||||
### Setup and perform Guix builds
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user