From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH v2] bash-completion: Add non-command git help files to bash-completion Date: Sat, 16 Aug 2008 02:30:37 -0700 Message-ID: <7vskt5gvcy.fsf@gitster.siamese.dyndns.org> References: <1218816948-7864-1-git-send-email-marcus@griep.us> <1218823168-1753-1-git-send-email-marcus@griep.us> <20080815180059.GA17399@spearce.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcus Griep , Git Mailing List , Jonathan Nieder To: "Shawn O. Pearce" X-From: git-owner@vger.kernel.org Sat Aug 16 11:32:01 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KUI8T-0007Fb-Lm for gcvg-git-2@gmane.org; Sat, 16 Aug 2008 11:31:50 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752273AbYHPJaq (ORCPT ); Sat, 16 Aug 2008 05:30:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752155AbYHPJaq (ORCPT ); Sat, 16 Aug 2008 05:30:46 -0400 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:35143 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752153AbYHPJap (ORCPT ); Sat, 16 Aug 2008 05:30:45 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id A89895B309; Sat, 16 Aug 2008 05:30:44 -0400 (EDT) Received: from pobox.com (ip68-225-240-211.oc.oc.cox.net [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 4724E5B308; Sat, 16 Aug 2008 05:30:39 -0400 (EDT) In-Reply-To: <20080815180059.GA17399@spearce.org> (Shawn O. Pearce's message of "Fri, 15 Aug 2008 11:00:59 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 0037F7CE-6B76-11DD-A40D-3113EBD4C077-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: "Shawn O. Pearce" writes: > Marcus Griep wrote: >> Git allows access to the gitattributes man page via `git help attributes`, >> but this is not discoverable via the bash-completion mechanism. This >> patch adds all current non-command man pages to the completion candidate >> list. >> >> Signed-off-by: Marcus Griep > > Acked-by: Shawn O. Pearce I'd honor this Ack for 1.6.0 and will apply the patch as-is, but that does not mean I do not think this is a wrong approach in the longer run.