Wireshark-commits: [Wireshark-commits] master d679d11: make-version: Don't emit one common warning

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Feb 2016 22:07:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d679d1137d884e651b214d8b6e3fb8af2972ad46
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d679d11 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    make-version: Don't emit one common warning to stderr
    
    git rev-parse @{upstream} will (obviously) fail if there is no
    upstream set for the current branch. This is fairly common and
    not problematic. Don't emit an error message to stderr when it
    fails.
    
    Change-Id: I4989fb19b25fefff83335061151e360c78652e88
    Reviewed-on: https://code.wireshark.org/review/14151
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  bf56f28   fuzz-test: Add missing new line
    adds  d679d11   make-version: Don't emit one common warning to stderr


Summary of changes:
 make-version.pl |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)