From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Riesen Subject: [PATCH] Make main_cmds and other_cmds local to builtin-help.c Date: Thu, 28 Aug 2008 19:17:46 +0200 Message-ID: <20080828171746.GC6024@blimp.local> Reply-To: Alex Riesen Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Junio C Hamano To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Aug 28 19:26:20 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 1KYlGD-0007TI-Oh for gcvg-git-2@gmane.org; Thu, 28 Aug 2008 19:26:18 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753213AbYH1RZN (ORCPT ); Thu, 28 Aug 2008 13:25:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751250AbYH1RZL (ORCPT ); Thu, 28 Aug 2008 13:25:11 -0400 Received: from mo-p05-ob.rzone.de ([81.169.146.181]:34409 "EHLO mo-p05-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752300AbYH1RZK (ORCPT ); Thu, 28 Aug 2008 13:25:10 -0400 X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :YSxENQjhO8RswxTRIGdg20xf4EvTSQ== Received: from tigra.home (Faec3.f.strato-dslnet.de [195.4.174.195]) by post.webmailer.de (klopstock mo32) (RZmta 16.47) with ESMTP id V0045ak7SFVxaB ; Thu, 28 Aug 2008 19:25:07 +0200 (MEST) (envelope-from: ) Received: from blimp (unknown [192.168.0.8]) by tigra.home (Postfix) with ESMTP id 256CA277CA; Thu, 28 Aug 2008 19:25:07 +0200 (CEST) Received: by blimp (Postfix, from userid 1000) id C413536D1F; Thu, 28 Aug 2008 19:17:46 +0200 (CEST) Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: These are not used anywhere else. Signed-off-by: Alex Riesen --- builtin-help.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin-help.c b/builtin-help.c index 9225102..721038e 100644 --- a/builtin-help.c +++ b/builtin-help.c @@ -273,7 +273,7 @@ static int git_help_config(const char *var, const char *value, void *cb) return git_default_config(var, value, cb); } -struct cmdnames main_cmds, other_cmds; +static struct cmdnames main_cmds, other_cmds; void list_common_cmds_help(void) { -- 1.6.0.1.150.g5966