Wireshark-commits: [Wireshark-commits] master b66f614: pre-commit: Add 'unset GREP_OPTIONS' (simila

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Jul 2014 20:00:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b66f614e5d5fee0aad1eb025c228fcbf7f2aae7e
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b66f614 by Bill Meier (wmeier@xxxxxxxxxxx):

    pre-commit: Add 'unset GREP_OPTIONS' (similar to Gerrit commit-msg)
    
      msysgit grep is fairly old and doesn't recognize certain
      grep options, e.g., '--color=auto'.
    
      I imagine there may possibly be other grep option issues
      on various platforms.
    
      (I also note that the various git scripts in libexec/git-core
       clear out GREP_OPTIONS before calling grep).
    
    Change-Id: I67bc148a77cfc0167064e61e8c47a5f091704eac
    Reviewed-on: https://code.wireshark.org/review/2945
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  17872b5   Fix setting PT_IBQP type
    adds  b66f614   pre-commit: Add 'unset GREP_OPTIONS' (similar to Gerrit commit-msg)


Summary of changes:
 tools/pre-commit |    2 ++
 1 file changed, 2 insertions(+)