From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: bash completion lacks options Date: Tue, 8 Sep 2015 14:49:19 +0200 Message-ID: <55EED94F.3070603@aepfle.de> References: <20150907150757.GA6720@aepfle.de> <55EDAEF3.7000503@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Git To: =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= X-From: git-owner@vger.kernel.org Tue Sep 08 14:49:32 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZZIL2-0004LK-CX for gcvg-git-2@plane.gmane.org; Tue, 08 Sep 2015 14:49:28 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755135AbbIHMtZ convert rfc822-to-quoted-printable (ORCPT ); Tue, 8 Sep 2015 08:49:25 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.163]:9512 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755133AbbIHMtX (ORCPT ); Tue, 8 Sep 2015 08:49:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1441716561; l=391; s=domk; d=aepfle.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version: Date:From:Cc:References:To:Subject; bh=HX8ObMiZhBJvjDVuC42yAL67gjl9b1Pv/xk8mxZhWmY=; b=GPjrOBElWNI1LL2hczYnTYs2aLakbFRk3MpeGCJ3GEn1oq0jIb/ok2fm20RchQ6EOF1 y8VoTz60ZymAesGftABjcbd3rn6QbrOia7IIe2wFr+Ni1zeAhqKxTPvdRT0BUaoTe39WS /AWYIB3R6YEDz0Q37Cyfqn6kq61g5LPafmQ= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+zrwiavkK6tmQaLfsxs2aAREi5Yt9N5U0bMZsfB9ke958Ej4Y673Lt+BWQLuDb19F X-RZG-CLASS-ID: mo00 Received: from probook.fritz.box ([2001:a62:46:a201:1ec1:deff:feb9:bb48]) by smtp.strato.de (RZmta 37.12 AUTH) with ESMTPSA id 300fd4r88CnK37Q (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Tue, 8 Sep 2015 14:49:20 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Am 08.09.2015 um 13:28 schrieb =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason: > Yes, format-patch is written in C, but you mentioned send-email, whic= h > is a Perl script. send-mail is handled in my copy of the bash_completion, at the end the list the format-patch options gets appended. That list could be autogenerated at build time. Maybe I will find the time to do it myself at some point. Olaf