From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: git-svnimport failed and now git-repack hates me Date: Fri, 05 Jan 2007 15:44:12 -0800 Message-ID: <7virflca43.fsf@assigned-by-dhcp.cox.net> References: <204011cb0701031552j8292d23v950f828279702d3@mail.gmail.com> <7v1wmbnw9x.fsf@assigned-by-dhcp.cox.net> <204011cb0701040958k884b613i8a4639201ae6443b@mail.gmail.com> <7v1wmalez6.fsf@assigned-by-dhcp.cox.net> <204011cb0701050919w2001105asefe2fd99165dfa95@mail.gmail.com> <7vbqldfg56.fsf@assigned-by-dhcp.cox.net> <204011cb0701051133r1ede14a6gd5093a3e7fa88cb5@mail.gmail.com> <20070105193958.GE8753@spearce.org> <7vtzz5duk1.fsf@assigned-by-dhcp.cox.net> <7vac0xdr97.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Shawn O. Pearce" , git@vger.kernel.org, Chris Lee X-From: git-owner@vger.kernel.org Sat Jan 06 00:44:30 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2yjX-0003RZ-Al for gcvg-git@gmane.org; Sat, 06 Jan 2007 00:44:23 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750887AbXAEXoO (ORCPT ); Fri, 5 Jan 2007 18:44:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750892AbXAEXoO (ORCPT ); Fri, 5 Jan 2007 18:44:14 -0500 Received: from fed1rmmtao03.cox.net ([68.230.241.36]:56514 "EHLO fed1rmmtao03.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750886AbXAEXoN (ORCPT ); Fri, 5 Jan 2007 18:44:13 -0500 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao03.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20070105234413.YZPY29122.fed1rmmtao03.cox.net@fed1rmimpo01.cox.net>; Fri, 5 Jan 2007 18:44:13 -0500 Received: from assigned-by-dhcp.cox.net ([68.5.247.80]) by fed1rmimpo01.cox.net with bizsmtp id 7bjQ1W0081kojtg0000000; Fri, 05 Jan 2007 18:43:24 -0500 To: Linus Torvalds In-Reply-To: (Linus Torvalds's message of "Fri, 5 Jan 2007 15:00:52 -0800 (PST)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Linus Torvalds writes: >> Ah, there are those annoying "using this as the merge base whose >> commit log is..." business. I wonder if anybody is actually >> reading them (I once considered squelching that output). > > "output_commit_title()" used it. Not just for the merge base, but for the > regular "merging X and Y" messages, I think. Yes, what I really was wondering were (1) if the messages are useful, and (2) if so should that belong to git-merge not git-merge-recursive.