Martin Liska
b05c4c2c5d
gcc-changelog: support 'This revert commit' prefix.
...
contrib/ChangeLog:
* gcc-changelog/git_check_commit.py: Print revision
of original_info.
* gcc-changelog/git_commit.py: Support Revert commits.
2020-06-30 10:56:06 +02:00
Martin Liska
de4676c923
gcc-changelog: come up with GitInfo wrapper.
...
contrib/ChangeLog:
* gcc-changelog/git_check_commit.py: Use GitInfo
* gcc-changelog/git_commit.py: Add GitInfo class.
* gcc-changelog/git_email.py: Use GitInfo class.
* gcc-changelog/git_repository.py: Likewise.
2020-06-30 10:56:05 +02:00
Martin Liska
93db1f8055
git_check_commit: shorted option name
...
* gcc-changelog/git_check_commit.py: Change
--allow-non-strict-mode to --non-strict-mode.
2020-05-20 10:05:05 +02:00
Martin Liska
e4f0e06b2f
Add default revisions argument for git_check_commit.py.
...
* gcc-changelog/git_check_commit.py: Add default argument HEAD
for revisions and improve error message output.
2020-05-13 14:44:22 +02:00
Martin Liska
c10aa1f073
Add gcc-changelog related scripts.
...
* gcc-changelog/git_check_commit.py: New file.
* gcc-changelog/git_commit.py: New file.
* gcc-changelog/git_email.py: New file.
* gcc-changelog/git_repository.py: New file.
* gcc-changelog/git_update_version.py: New file.
2020-05-13 14:27:30 +02:00