This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from f1c56cdff0 [powerpc] SET_RESTORE_ROUND optimizations and bug fix new f2144b7874 Script to generate ChangeLog-like output from git log
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: scripts/gitlog_to_changelog.py | 138 +++++ scripts/vcs_to_changelog/frontend_c.py | 827 +++++++++++++++++++++++++++++ scripts/vcs_to_changelog/misc_util.py | 51 ++ scripts/vcs_to_changelog/vcs_git.py | 164 ++++++ scripts/vcs_to_changelog/vcstocl_quirks.py | 64 +++ 5 files changed, 1244 insertions(+) create mode 100755 scripts/gitlog_to_changelog.py create mode 100644 scripts/vcs_to_changelog/frontend_c.py create mode 100644 scripts/vcs_to_changelog/misc_util.py create mode 100644 scripts/vcs_to_changelog/vcs_git.py create mode 100644 scripts/vcs_to_changelog/vcstocl_quirks.py