From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] bash-completion: Add non-command git help files to bash-completion Date: Fri, 15 Aug 2008 11:21:20 -0700 Message-ID: <7v8wuyb0m7.fsf@gitster.siamese.dyndns.org> References: <1218816948-7864-1-git-send-email-marcus@griep.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Git Mailing List , "Shawn O. Pearce" To: Marcus Griep X-From: git-owner@vger.kernel.org Fri Aug 15 20:22:32 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 1KU3wW-0002DJ-Ee for gcvg-git-2@gmane.org; Fri, 15 Aug 2008 20:22:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753903AbYHOSVa (ORCPT ); Fri, 15 Aug 2008 14:21:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754323AbYHOSVa (ORCPT ); Fri, 15 Aug 2008 14:21:30 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:61374 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753703AbYHOSV3 (ORCPT ); Fri, 15 Aug 2008 14:21:29 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 59DD560556; Fri, 15 Aug 2008 14:21:28 -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-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 10FCE60555; Fri, 15 Aug 2008 14:21:23 -0400 (EDT) In-Reply-To: <1218816948-7864-1-git-send-email-marcus@griep.us> (Marcus Griep's message of "Fri, 15 Aug 2008 12:15:48 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: FA36F9C6-6AF6-11DD-B4AD-B29498D589B0-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Marcus Griep writes: > 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. I really do not think this belongs to completion. "git help topics" perhaps.