X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 69466DC07C6 for ; Wed, 10 Jun 2015 05:10:13 +0000 (UTC) Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 05E67DC020A for ; Wed, 10 Jun 2015 05:10:07 +0000 (UTC) Received: by labpy14 with SMTP id py14so25071273lab.0 for ; Tue, 09 Jun 2015 22:10:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=AHE0PNuBWqsZFonTMxTrQoL7bMFGW7j+pCh7lcLGFkA=; b=RS8Fo9qB88dXmqNke228Nx4d+Xzug3bLUpNp73nrQyaeAsxP3C4+qIrPnNmP6jkFxS o2y3bQKHgd8FnKCa07qP/gRhRbzqHdzy1iuZ9Vq7AJNMob7FNww4XFPGVWZGoM8P4w+Q YoykWdCa5i/PeNbCOjnWntg6RLWjYjw9vrqnJPg9lzDrJWGn5O8kKq+xnDB+BPSJwdDk aZKloOiL9l1gWXbP1Kg4nimkhjMuheB1QnmeOWOUxXM8rfFFcVAxU+IQdaJ21RoQroT4 7W5+MDVHi1Izk4omUbyxqu2/xidHyUhbsFtW/Sh/lsv15kMKy0OTFzJKnvQ6LhLgfpAU WcCg== X-Received: by 10.112.83.135 with SMTP id q7mr1277666lby.13.1433913005277; Tue, 09 Jun 2015 22:10:05 -0700 (PDT) Received: from vostro ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by mx.google.com with ESMTPSA id bc15sm1884201lab.16.2015.06.09.22.10.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jun 2015 22:10:05 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 10 Jun 2015 08:10:04 +0300 From: Timo Teras To: Bobby Bingham Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Fix apk search --description Message-ID: <20150610081004.10e929b6@vostro> In-Reply-To: <20150610032917.GA5164@dora.lan> References: <20150610032917.GA5164@dora.lan> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 9 Jun 2015 22:29:17 -0500 Bobby Bingham wrote: > `apk search --description` doesn't work correctly, because the needle > and haystack arguments are swapped in a couple calls to strstr. The > attached patch fixes this. > -- > Bobby Bingham Applied thanks. But I noticed the attachment for "git show" format. It did not apply as-is. Next time use "git format-patch" to generate them, and potentially "git send-email" to email the patch inline in the email. Thanks. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---