1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00:00

process: Post-History ↦ Discussion

Also line up with additional items in the lines below.

```
sed -i -z 's/  Post-History: /  Discussion:   /' bip-0*.md
sed -i -z 's/  Post-History: /  Discussion:   /' bip-0*.mediawiki
```
This commit is contained in:
Murch
2025-04-11 20:07:37 -07:00
parent 863573ab0f
commit 01352f7f40
31 changed files with 52 additions and 52 deletions

View File

@@ -20,7 +20,7 @@ my %MayHaveMulti = (
'Comments-URI' => undef,
License => undef,
'License-Code' => undef,
'Post-History' => undef,
'Discussion' => undef,
);
my %DateField = (
Created => undef,
@@ -32,7 +32,7 @@ my %EmailField = (
my %MiscField = (
'Comments-Summary' => undef,
'Discussions-To' => undef,
'Post-History' => undef,
'Discussion' => undef,
'Replaces' => undef,
'Requires' => undef,
'Proposed-Replacement' => undef,