This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU patch".
The branch, master has been updated
via 46e58be9cc872aba55dbe89eef9261675722c323 (commit)
via 1118f832efe3920ffe9b57cdd8c0af1ac9a76993 (commit)
from 386ae15bce17b20251e8d9fce3ff1c38d76c8212 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 46e58be9cc872aba55dbe89eef9261675722c323
Author: Jim Meyering
Date: Wed Aug 1 14:33:39 2012 +0200
build: remove unnecessary if-before-free
* src/util.c (update_sha1): Remove unnecessary if-before-free,
to avoid "make syntax-check" failure.
commit 1118f832efe3920ffe9b57cdd8c0af1ac9a76993
Author: Jim Meyering
Date: Wed Aug 1 14:32:33 2012 +0200
build: mark an internal function as "pure"
* src/pch.c (sha1_says_nonexistent): Apply _GL_ATTRIBUTE_PURE,
to avoid failure with -Werror=suggest-attribute=pure.