From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: ls-tree enhancements Date: Fri, 15 Apr 2005 11:25:54 -0700 Message-ID: <7v64ynj3rh.fsf@assigned-by-dhcp.cox.net> References: <7vfyxtsurd.fsf@assigned-by-dhcp.cox.net> <7v64ypsqev.fsf@assigned-by-dhcp.cox.net> <7vvf6pr4oq.fsf@assigned-by-dhcp.cox.net> <20050414121624.GZ25711@pasky.ji.cz> <7vll7lqlbg.fsf@assigned-by-dhcp.cox.net> <7vzmw0ok45.fsf_-_@assigned-by-dhcp.cox.net> <20050415161330.GH19078@pasky.ji.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Apr 15 20:26:46 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DMVVg-0005Cs-Ji for gcvg-git@gmane.org; Fri, 15 Apr 2005 20:25:44 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261910AbVDOS0v (ORCPT ); Fri, 15 Apr 2005 14:26:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261912AbVDOS0q (ORCPT ); Fri, 15 Apr 2005 14:26:46 -0400 Received: from fed1rmmtao09.cox.net ([68.230.241.30]:12163 "EHLO fed1rmmtao09.cox.net") by vger.kernel.org with ESMTP id S261910AbVDOSZ4 (ORCPT ); Fri, 15 Apr 2005 14:25:56 -0400 Received: from assigned-by-dhcp.cox.net ([68.4.60.172]) by fed1rmmtao09.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050415182555.WIVD19936.fed1rmmtao09.cox.net@assigned-by-dhcp.cox.net>; Fri, 15 Apr 2005 14:25:55 -0400 To: Petr Baudis In-Reply-To: <20050415161330.GH19078@pasky.ji.cz> (Petr Baudis's message of "Fri, 15 Apr 2005 18:13:30 +0200") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org >>>>> "PB" == Petr Baudis writes: >> +static void _usage(void) PB> This infriges the system namespaces. FWIW, I prefer to add the PB> underscore at the end of the identifier if wanting to do stuff like PB> this. Or just call it my_usage(). Thanks. My bad. Noted.