This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from fb81c8c1a6d [gdb/c++] Fix hang on whatis std::string::npos new 284ca193a90 [pre-commit] Add check-gnu-style
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: .pre-commit-config.yaml | 8 + contrib/check_GNU_style.py | 45 +++ contrib/check_GNU_style_lib.py | 326 +++++++++++++++++++++ .../check-gnu-style-pre-commit.sh} | 32 +- 4 files changed, 402 insertions(+), 9 deletions(-) create mode 100755 contrib/check_GNU_style.py create mode 100755 contrib/check_GNU_style_lib.py copy gdb/{testsuite/gdb.python/py-color-leak.exp => contrib/check-gnu-style-pre-co [...] mode change 100644 => 100755