gcc-changelog: Change parse_git_revisions strict argument to True.
authorMartin Liska <mliska@suse.cz>
Wed, 4 Nov 2020 09:57:28 +0000 (10:57 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 4 Nov 2020 10:01:58 +0000 (11:01 +0100)
commit10a50d261e5504887b0702bea3876103ea461f2b
treec496c389d2096e43203ed0d3e82140f744c83768
parent092cdbd9198497593fb034971d0f80fc931ab145
gcc-changelog: Change parse_git_revisions strict argument to True.

Change the default that is used by GIT server hook and also
by git_update_version.py. Both should use True now.

contrib/ChangeLog:

* gcc-changelog/git_repository.py: Set strict=True
for parse_git_revisions as a default.
contrib/gcc-changelog/git_repository.py