From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Scharfe Subject: Re: [PATCH 4/3] Fold get_merge_bases_clean() into get_merge_bases() Date: Sun, 02 Jul 2006 23:15:37 +0200 Message-ID: <44A83779.5040007@lsrfire.ath.cx> References: <7vy7vedntn.fsf@assigned-by-dhcp.cox.net> <20060701150926.GA25800@lsrfire.ath.cx> <7vfyhldvd2.fsf@assigned-by-dhcp.cox.net> <44A6CD1D.2000600@lsrfire.ath.cx> <7vveqhccnk.fsf@assigned-by-dhcp.cox.net> <7vpsgpccak.fsf@assigned-by-dhcp.cox.net> <20060702094938.GA10944@lsrfire.ath.cx> <44A8051D.6040605@lsrfire.ath.cx> <7vmzbr50b3.fsf@assigned-by-dhcp.cox.net> <44A8339B.7070608@lsrfire.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Linus Torvalds , git@vger.kernel.org, Johannes Schindelin X-From: git-owner@vger.kernel.org Sun Jul 02 23:15:50 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fx9I3-0007OJ-ND for gcvg-git@gmane.org; Sun, 02 Jul 2006 23:15:40 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750825AbWGBVPg convert rfc822-to-quoted-printable (ORCPT ); Sun, 2 Jul 2006 17:15:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750830AbWGBVPg (ORCPT ); Sun, 2 Jul 2006 17:15:36 -0400 Received: from static-ip-217-172-187-230.inaddr.intergenia.de ([217.172.187.230]:41135 "EHLO neapel230.server4you.de") by vger.kernel.org with ESMTP id S1750825AbWGBVPf (ORCPT ); Sun, 2 Jul 2006 17:15:35 -0400 Received: from [10.0.1.3] (p508E49B6.dip.t-dialin.net [80.142.73.182]) by neapel230.server4you.de (Postfix) with ESMTP id 82A1E122EB; Sun, 2 Jul 2006 23:15:34 +0200 (CEST) User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) To: Junio C Hamano In-Reply-To: <44A8339B.7070608@lsrfire.ath.cx> X-Enigmail-Version: 0.94.0.0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Rene Scharfe schrieb: > Junio C Hamano schrieb: >> Gaah. commit.c defines its own UNINTERESTING and you rely on >> not including revision.h which is ... gasp ... #$@#$!!! > I have an idea. Would it help to gather a list of all commit object > flags from the different files? And then we would come up with uniqu= e > names? And then move the definition of all of them to commit.h? Err, I mean object flags (not only commit flags) and object.h instead o= f commit.h. Ren=E9