X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D2EB3DC00F1 for ; Sun, 30 Jun 2013 08:02:20 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 826BF20FB3 for ; Sun, 30 Jun 2013 04:02:19 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute4.internal (MEProxy); Sun, 30 Jun 2013 04:02:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id; s= smtpout; bh=SkXIXBggNtkpy5R0KJhIXPBXd2M=; b=tEZR3LpRwl90Bv33nlJb 0XtRM7is+0AgzIqSkM97QBuXd0PklUfmD0KX8X59KGks8lxnGoZtoGgsmZ5V/y8p 37TWOll881rNmjSpwuwog8Fk30hcpq7F8C+GMDOefm4rfPveiprlJ1ySrIIpeVJw GCJ7+EJcNIzORTfkJfJ9EF4= X-Sasl-enc: 6VVcgdqOBgoPB2zXdMzeYPEGq5EeseiBsPrDM3tnjPbM 1372579339 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id 4D753680254 for ; Sun, 30 Jun 2013 04:02:19 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 0/2] two rebased apk-tools patches Date: Sun, 30 Jun 2013 04:02:17 -0400 Message-Id: X-Mailer: git-send-email 1.8.3.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: On Fri, Jun 28, 2013 at 02:08:09PM +0300, Timo Teras wrote: > On Thu, 27 Jun 2013 15:28:52 -0400 > Dubiousjim wrote: > > > Also add infrastructure for short-option-only synonyms > > Care to split the infrastructure to separate commit? > > I'm willing to commit that, along with the "search -x" alias and > reordering of the options where needed, before tagging 2.4.0. > > The -R / -D options thingy, along with version, index, search and info > applet changes will be postponed. > > I pushed the first four commits already with ncopa's Ack. I did minor > change as suggested by ncopa to one of the commits, and reworded the > commit message. > > Please reword the commit messages similarly if resending the above > mentioned commits. Here are the requested two patches, rebased onto the current master. Dubiousjim (2): Allow "apk search -x" for -e apk: infrastructure for short-option-only synonyms src/apk.c | 17 +++++++++-------- src/search.c | 4 +++- 2 files changed, 12 insertions(+), 9 deletions(-) -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---