From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) by dpdk.org (Postfix) with ESMTP id 6C0D06CC3 for ; Tue, 13 Sep 2016 16:45:19 +0200 (CEST) Received: by mail-lf0-f47.google.com with SMTP id l131so111866965lfl.2 for ; Tue, 13 Sep 2016 07:45:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding; bh=uI3MrHbCg3OclArU1uC1gZ/4BRzAxM+fL+Jt5cVR6og=; b=Del94Eb1fEt8D1AKWce1/hHQOaSAHne3RoZZN6/sUhE3rYxKCgs++ak3udf1p/XBad D28EGZv9SK1xhU2hIs1OiqY9QgU/UXPnVdv6TOx/ol3EHfuQbWDVtVPQCdjzFUkGigC5 Fuv51oTUM+MWjPro94m+qI2XI2J4AxLlOb+bG99sTC9Pw174fnECDxswPzuTxNYK5wtu za1/bJL5R4jd0A+UzOnNdmOt9MJWtLF7JwdiYK8gL6YNg2c+wMjgtnJoq3OokBDSPVUw NcHf23K6jlGNJStbugKtUyfSGR/RRFi+CrwTHcO1uvaM654Be5v/vAKrNELe0DE/Bfvu G9uA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=uI3MrHbCg3OclArU1uC1gZ/4BRzAxM+fL+Jt5cVR6og=; b=cbDBvIFAvoCwevzsG61HuiZ/n40ry8az4zqEbgtgCL1X0JcY9g6A0w+EJYcTlwfCvq HAcyCJGLTDVAC5DAa3Mhp3OkNW5IuZqhKLZOWvAaz9ZFYrnpgwN5QnOC/foP0uYinR40 JvxcbGwR6dk6bqsnLCsJLOwguyzsYzX9GbctlM1udvSISbVYwKsQFcRsb4DBFfUyoNrx abWRDd8oP1DAUDIH3Y5ig/0JwC03y4AGhHRR+N22MByV9gwI7ctaERa4VwjOwG7dTyzP A8AJKjIspKRTDxmOPkgjFqqqA5ANsCUucaNgau4hrWIWzCWc6LmtTcM0tgpNxO15QzPP ELYA== X-Gm-Message-State: AE9vXwNLxLl5SxkQu3Kyi22xVMqZtxVHc9qr9vRJd0sd8Pp+kT0CH3VDZOfL9FdWPGSmOH35 X-Received: by 10.195.18.70 with SMTP id gk6mr20611344wjd.82.1473777918779; Tue, 13 Sep 2016 07:45:18 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id g7sm23279937wjx.10.2016.09.13.07.45.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Sep 2016 07:45:18 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 13 Sep 2016 16:45:17 +0200 Message-ID: <2008619.2c9INdSz2E@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1472459735-11683-1-git-send-email-thomas.monjalon@6wind.com> References: <1472459735-11683-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] scripts: hide double git reference check error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 14:45:19 -0000 2016-08-29 10:35, Thomas Monjalon: > When checking a git reference which does not exist, a git error > with the long git-branch usage is printed: > > % scripts/check-git-log.sh '-1 3780cbd' > error: malformed object name 2de9f8551ff9 > usage: git branch ... > [a lot of lines] > Wrong 'Fixes' reference: > Fixes: 2de9f8551ff9 ("ethdev: fix documentation for queue start/stop") > > The error from the script is sufficient so the git error can be hidden. > > Signed-off-by: Thomas Monjalon Applied