summaryrefslogtreecommitdiff
path: root/maint/format_md_links
Commit message (Collapse)AuthorAgeFilesLines
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
|
* format_md_links: add list of not-necessarily-a-link exceptionsNick Mathewson2025-01-281-3/+11
| | | | | | "Ed25519" is a 7-character string that looks like hex but isn't. We leave it in brackets if we find it in brackets, but we don't automatically wrap it in brackets if it doesn't start with them.
* format_md_links: more documentationNick Mathewson2025-01-281-1/+4
|
* format_md_links: more comments in regular expressions.Nick Mathewson2025-01-281-0/+4
|
* Change lower-bound for git abbrevs to 7.Nick Mathewson2025-01-281-2/+2
| | | | (This is the default value for git's `core.abbrev` setting.)
* Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2025-01-281-1/+1
| | | Co-authored-by: Jim Newsome <[email protected]>
* Hand cleaning on format_md_links outputsNick Mathewson2025-01-281-1/+1
| | | | | These are entries that were misformatted before, but where format_md_links didn't fix them in the right way.
* Script to reformat links at the end of each changelog entryNick Mathewson2025-01-281-0/+240