gcc-changelog: workaround for utf8 filenames
authorMartin Liska <mliska@suse.cz>
Wed, 6 Jan 2021 07:11:57 +0000 (08:11 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 6 Jan 2021 07:26:10 +0000 (08:26 +0100)
commit57706dd7e001d8302b596521217827855324e748
treefeeaa5162dd2fd4f0dfa4452d9694414857a39db
parentac3966e315ada63eb379d560a012fa77c3909155
gcc-changelog: workaround for utf8 filenames

contrib/ChangeLog:

* gcc-changelog/git_commit.py: Add decode_path function.
* gcc-changelog/git_email.py: Use it in order to solve
utf8 encoding filename issues.
* gcc-changelog/git_repository.py: Likewise.
* gcc-changelog/test_email.py: Test it.
contrib/gcc-changelog/git_commit.py
contrib/gcc-changelog/git_email.py
contrib/gcc-changelog/git_repository.py
contrib/gcc-changelog/test_email.py