Wireshark-commits: [Wireshark-commits] master 7d3fffc: Tools: Add a "last n commits" option to cppc
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Jun 2019 03:20:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7d3fffc3f254c0c12d0069aaa8ade73d5bbe61ee
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7d3fffc by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Tools: Add a "last n commits" option to cppcheck.sh.
    
    Add a `-l n` option which will check the .c and .cpp files from the last
    [n] commits.
    
    Fix some shellcheck warnings.
    
    Change-Id: I8185d6c6c5b08576315b47847795d210d47b042e
    Reviewed-on: https://code.wireshark.org/review/33646
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5a3e733   PCEP: Update Association value (draft-minei-pce-association-group)
     add  7d3fffc   Tools: Add a "last n commits" option to cppcheck.sh.


Summary of changes:
 tools/cppcheck/cppcheck.sh | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)