aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/test_email.py
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-19gcc-changelog: allow digit in component nameMartin Liska1-0/+4
2022-12-19gcc-changelog: Add warning for auto-added filesTobias Burnus1-0/+14
2022-12-14contrib: add copyright for my scriptsMartin Liska1-0/+2
2022-12-11unidiff: use newline='\n' argumentMartin Liska1-1/+5
2022-11-11changelog: check for space after tabMartin Liska1-0/+4
2022-01-24gcc-changelog: Be stricter for top-level dir.Martin Liska1-0/+5
2021-10-18gcc-changelog: update error message locationMartin Liska1-0/+1
2021-09-15gcc-changelog: check git commit email addressMartin Liska1-0/+5
2021-06-13contrib/gcc-changelog: Check that PR in subject is in changelogTobias Burnus1-0/+13
2021-05-24gcc-changelog: Add note about ChangeLog entriesMartin Liska1-1/+1
2021-05-11gcc-changelog: Remove non-strict mode.Martin Liska1-10/+9
2021-05-10contrib/gcc-changelog: Detect if same file appears twiceTobias Burnus1-0/+4
2021-04-12mklog: support long filenamesMartin Liska1-0/+4
2021-03-12gcc-changelog: allow ChangeLog deletion in a commitMartin Liska1-0/+4
2021-01-13gcc-changelog: Support multiline parentheses wrappingMartin Liska1-0/+8
2021-01-13gcc-changelog: Allow modifications to old ChangeLogs without entryMartin Liska1-0/+4
2021-01-06gcc-changelog: workaround for utf8 filenamesMartin Liska1-1/+2
2020-12-21gcc-changelog: new error for quoted utf8 filenamesMartin Liska1-0/+4
2020-12-21gcc-changelog: add Unicode test-caseMartin Liska1-0/+4
2020-11-30changelog: add hint for a file mismatchMartin Liska1-1/+3
2020-11-30changelog: allow subdir wildcard entryMartin Liska1-1/+8
2020-11-27changelog: allow flexible "cherry picked" format.Martin Liska1-0/+2
2020-11-06gcc-changelog: prevent double cherry-pick lineMartin Liska1-0/+4
2020-11-04gcc-changelog/git_commit.py: Check for missing descriptionTobias Burnus1-0/+10
2020-10-30gcc-changelog: Handle situations like '* tree-vect-slp.c (): 'Martin Liska1-0/+5
2020-07-07accept <case> and [cond] in ChangeLogAlexandre Oliva1-0/+4
2020-06-17gcc-changelog: Support 'Backported from master'.Martin Liska1-0/+10
2020-06-10gcc-changelog: fix parse_git_name_status for renames.Martin Liska1-0/+14
2020-06-10gcc-changelog: add more Review by prefixes.Martin Liska1-2/+3
2020-06-10gcc-changelog: Improve git_commit.py diagnosticsJonathan Wakely1-5/+5
2020-06-09gcc-changelog: fix deduction for root ChangeLogMartin Liska1-0/+5
2020-06-02gcc-changelog: support patternsMartin Liska1-0/+13
2020-06-02gcc-changelog: Update test to match new error textJonathan Wakely1-1/+1
2020-05-29Error for missing change description in git_commit.py.Martin Liska1-0/+6
2020-05-29git_commit: fix duplicite email address.Martin Liska1-1/+8
2020-05-28gcc-changelog: enhance handling of renamingsPierre-Marie de Rodat1-0/+10
2020-05-26gcc-changelog: handle entries with multi-line file listsPierre-Marie de Rodat1-0/+9
2020-05-26gcc-changelog: remove file descriptor leaksPierre-Marie de Rodat1-1/+2
2020-05-26Allow ChangeLog entries for ignored location.Martin Liska1-0/+5
2020-05-25Allow only ignored files in ChangeLog entries.Martin Liska1-0/+4
2020-05-21Support DR entries for gcc-changelog.Martin Liska1-0/+4
2020-05-20git_email.py: fix duplicate author_lines.Martin Liska1-0/+5
2020-05-20git_commit.py: Add tests for signatures.Martin Liska1-0/+5
2020-05-20Add gcc-backport and support git cherry pick.Martin Liska1-0/+4
2020-05-14Add tests for gcc-changelog.Martin Liska1-0/+260