]> git.proxmox.com Git - ovs.git/history - utilities/checkpatch.py
checkpatch: Fix skipping of the most recent commit.
[ovs.git] / utilities / checkpatch.py
2017-06-16 Ilya Maximetscheckpatch: Fix skipping of the most recent commit.
2017-06-14 Ben Pfaffcheckpatch: Support checking recent commits in the...
2017-06-08 Ben Pfaffcheckpatch: Also allow .at files to have leading tabs.
2017-06-01 Ben Pfaffcheckpatch: Also exempt Makefile.am from leading whites...
2017-06-01 Ben Pfaffcheckpatch: Fix typo for use as filter.
2017-06-01 Ben Pfaffcheckpatch: Omit some checks on comment lines.
2017-05-31 Ben Pfaffcheckpatch: Implement -f option more usefully.
2017-05-31 Ben Pfaffcheckpatch: Also check switch, HMAP_FOR_EACH, etc.
2017-05-31 Joe Stringercheckpatch: Skip checking Linux headers.
2017-05-30 Ben Pfaffcheckpatch: Be more careful about checking function...
2017-05-25 Joe Stringercheckpatch: Check for stdlib usage.
2017-05-08 Ben Pfaffcheckpatch: Fix inconsistencies skipping datapath files.
2017-05-01 Aaron Conolecheckpatch: fix pointer declaration
2017-05-01 Aaron Conolecheckpatch: filename from hunks fix
2017-05-01 Aaron Conolecheckpatch: print conformance
2017-05-01 Aaron Conolecheckpatch: correct a parsing issue
2017-05-01 Aaron Conolecheckpatch: move the checks to the framework
2017-05-01 Aaron Conolecheckpatch: common print_line
2017-05-01 Aaron Conolecheckpatch: introduce a flexible framework
2017-03-16 Eric Garvercheckpatch.py: Fix false positive on if/when/for
2017-03-09 Joe Stringercheckpatch: Fix running under python3.
2017-03-09 Joe Stringercheckpatch: Check for pointer whitespace.
2016-12-02 Daniele Di Proiettopython: Add double newline after fuction or class ...
2016-11-29 Aaron Conolecheckpatch: Add file-parsing mode
2016-11-29 Aaron Conolecheckpatch: fix the if and whitespace checks
2016-11-29 Aaron Conolecheckpatch: Fix signoff error
2016-11-29 Aaron Conolecheckpatch: Print file line numbers
2016-11-29 Aaron Conolecheckpatch: convert some of the warnings
2016-11-29 Aaron Conolecheckpatch: Print the line in question distinctly
2016-11-29 Aaron Conolecheckpatch: Announce the file where errors occur
2016-05-20 Aaron Conoleutilities/checkpatch.py: Check for appropriate bracing
2016-04-18 Daniele Di Proiettocheckpatch: Accept form feeds.
2016-04-09 Joe Stringercheckpatch: Don't enforce char limit on tests.
2016-03-31 Ben Pfaffcheckpatch: Fix Python style violation.
2016-03-31 Aaron Conolecheckpatch.py: A simple script for finding patch issues