Age | Commit message (Expand) | Author | Files | Lines |
2020-12-15 | Add toplevel dirs | Nathan Sidwell | 1 | -0/+2 |
2020-11-30 | changelog: add hint for a file mismatch | Martin Liska | 2 | -1/+7 |
2020-11-30 | changelog: allow subdir wildcard entry | Martin Liska | 3 | -3/+34 |
2020-11-30 | gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes | Jonathan Wakely | 1 | -1/+2 |
2020-11-30 | changelog: Allow wildcard pattern only. | Martin Liska | 1 | -1/+1 |
2020-11-27 | changelog: allow flexible "cherry picked" format. | Martin Liska | 3 | -10/+14 |
2020-11-25 | changelog: fix parsing of a revert commit | Martin Liska | 1 | -13/+14 |
2020-11-06 | gcc-changelog: prevent double cherry-pick line | Martin Liska | 3 | -1/+38 |
2020-11-04 | gcc-changelog: Change parse_git_revisions strict argument to True. | Martin Liska | 1 | -1/+1 |
2020-11-04 | gcc-changelog/git_commit.py: Check for missing description | Tobias Burnus | 3 | -2/+70 |
2020-11-03 | gcc-changelog/git_email.py: Support older unidiff modules | Tobias Burnus | 1 | -2/+3 |
2020-11-03 | Add setup.cfg for pytest. | Martin Liska | 1 | -0/+2 |
2020-10-30 | gcc-changelog: Handle situations like '* tree-vect-slp.c (): ' | Martin Liska | 3 | -0/+53 |
2020-07-23 | gcc-changelog: fix when somebody reverts a backport | Martin Liska | 1 | -9/+10 |
2020-07-17 | gcc-changelog: Fix typo in output | Jonathan Wakely | 1 | -1/+1 |
2020-07-07 | accept <case> and [cond] in ChangeLog | Alexandre Oliva | 3 | -8/+47 |
2020-06-30 | gcc-changelog: support older GitPython releases. | Martin Liska | 1 | -1/+5 |
2020-06-30 | gcc-changelog: support 'This revert commit' prefix. | Martin Liska | 2 | -3/+21 |
2020-06-30 | gcc-changelog: come up with GitInfo wrapper. | Martin Liska | 4 | -52/+58 |
2020-06-18 | gcc-changelog: checkout & pull order | Martin Liska | 1 | -1/+1 |
2020-06-18 | gcc-changelog: support merge commits in git_update_version | Martin Liska | 1 | -3/+11 |
2020-06-18 | gcc-changelog: fix Backported from timestamp. | Martin Liska | 1 | -1/+5 |
2020-06-17 | gcc-changelog: Support 'Backported from master'. | Martin Liska | 5 | -10/+80 |
2020-06-11 | git_update_version: add --current argument. | Martin Liska | 1 | -47/+59 |
2020-06-10 | gcc-changelog: fix parse_git_name_status for renames. | Martin Liska | 2 | -1/+15 |
2020-06-10 | gcc-changelog: add more Review by prefixes. | Martin Liska | 3 | -7/+10 |
2020-06-10 | gcc-changelog: Improve git_commit.py diagnostics | Jonathan Wakely | 2 | -13/+13 |
2020-06-09 | gcc-changelog: Use non-zero exit status on error | Jonathan Wakely | 1 | -0/+4 |
2020-06-09 | gcc-changelog: fix deduction for root ChangeLog | Martin Liska | 3 | -2/+76 |
2020-06-02 | gcc-changelog: support patterns | Martin Liska | 3 | -8/+143 |
2020-06-02 | contrib: Add gdc.test to list of ignored prefixes | Iain Buclaw | 1 | -0/+1 |
2020-06-02 | gcc-changelog: Update test to match new error text | Jonathan Wakely | 1 | -1/+1 |
2020-06-02 | gcc-changelog: Improve error text for overlong ChangeLog lines | Jonathan Wakely | 1 | -1/+1 |
2020-06-02 | contrib: Improve comments and error text | Jonathan Wakely | 1 | -3/+3 |
2020-05-29 | Error for missing change description in git_commit.py. | Martin Liska | 3 | -0/+44 |
2020-05-29 | git_commit: fix duplicite email address. | Martin Liska | 3 | -2/+66 |
2020-05-28 | gcc-changelog: enhance handling of renamings | Pierre-Marie de Rodat | 4 | -1/+178 |
2020-05-26 | gcc-changelog: handle entries with multi-line file lists | Pierre-Marie de Rodat | 3 | -0/+117 |
2020-05-26 | gcc-changelog: remove file descriptor leaks | Pierre-Marie de Rodat | 3 | -4/+8 |
2020-05-26 | Support --dry-mode in git_update_version.py. | Martin Liska | 1 | -12/+31 |
2020-05-26 | accept for dir/ChangeLog entries | Alexandre Oliva | 1 | -1/+1 |
2020-05-26 | Allow ChangeLog entries for ignored location. | Martin Liska | 3 | -6/+55 |
2020-05-25 | Allow only ignored files in ChangeLog entries. | Martin Liska | 3 | -2/+50 |
2020-05-22 | Fix up go related ignored locations. | Jakub Jelinek | 1 | -2/+2 |
2020-05-22 | Add gcc/testsuite/go.test/test to ignored locations for gcc_commit.py. | Martin Liska | 1 | -0/+1 |
2020-05-21 | Prepare git_update_version.py for real usage. | Martin Liska | 1 | -9/+8 |
2020-05-21 | Support DR entries for gcc-changelog. | Martin Liska | 3 | -1/+35 |
2020-05-20 | git_email.py: fix duplicate author_lines. | Martin Liska | 3 | -1/+103 |
2020-05-20 | git_commit.py: Add tests for signatures. | Martin Liska | 3 | -2/+41 |
2020-05-20 | contrib/gcc-changelog: Skip over review lines | Frederik Harwath | 1 | -1/+10 |