X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ea0-f176.google.com (mail-ea0-f176.google.com [209.85.215.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 17807DC0091 for ; Fri, 28 Jun 2013 11:07:58 +0000 (UTC) Received: by mail-ea0-f176.google.com with SMTP id z15so961456ead.7 for ; Fri, 28 Jun 2013 04:07:57 -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 :x-mailer:mime-version:content-type:content-transfer-encoding; bh=p9Fe9iSS3YPIq6CcUEO2BOh1fMyQHwQhK9XWC7opDXc=; b=IgF0SzTggiqvserKDkkoQMTmZz+8o5/jV7CJjWOqDo8eLET17LNnud6C4TBDY/e7Pt vSAl6msuH05IifJd4nSyYkjyb82K0AB13PYnvdMV+8W4twx6bwFtqKw7kLCztmG2aSC4 VN1jq6GagfHeSOTd3/lZlSPy4eTW2IxQnH/o/P99ZMSCkfKHWScvQDGyAyiDCyURwfmD kLjuNraNqQIU91VbdgqI0or40HJrH1MmAd4pYPVPoZJXuxI3PQf50qGr9qvhVYusGNF6 iB+JF8s0m0wCrzqWE+VKcmOdLB6rXUtnPSUgmvmEOHjSqBR10ItJVBwwvoPCQm5lj5gx lBeg== X-Received: by 10.14.5.129 with SMTP id 1mr13358138eel.56.1372417677212; Fri, 28 Jun 2013 04:07:57 -0700 (PDT) Received: from vostro ([83.145.235.199]) by mx.google.com with ESMTPSA id n5sm9839109eed.9.2013.06.28.04.07.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 28 Jun 2013 04:07:56 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Fri, 28 Jun 2013 14:08:09 +0300 From: Timo Teras To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 07/15] add -R and -D options Message-ID: <20130628140809.1283695d@vostro> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; i686-pc-linux-gnu) 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 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. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---