From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: More gitweb queries.. Date: Fri, 27 May 2005 13:24:58 -0700 Message-ID: <7voeawwh5x.fsf@assigned-by-dhcp.cox.net> References: <20050527192941.GE7068@cip.informatik.uni-erlangen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Glanzmann , Kay Sievers , Git Mailing List X-From: git-owner@vger.kernel.org Fri May 27 22:25:23 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DblMT-0003I6-Ap for gcvg-git@gmane.org; Fri, 27 May 2005 22:23:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262544AbVE0UZE (ORCPT ); Fri, 27 May 2005 16:25:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262574AbVE0UZE (ORCPT ); Fri, 27 May 2005 16:25:04 -0400 Received: from fed1rmmtao12.cox.net ([68.230.241.27]:63993 "EHLO fed1rmmtao12.cox.net") by vger.kernel.org with ESMTP id S262544AbVE0UZA (ORCPT ); Fri, 27 May 2005 16:25:00 -0400 Received: from assigned-by-dhcp.cox.net ([68.4.60.172]) by fed1rmmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050527202500.MMOS550.fed1rmmtao12.cox.net@assigned-by-dhcp.cox.net>; Fri, 27 May 2005 16:25:00 -0400 To: Linus Torvalds In-Reply-To: (Linus Torvalds's message of "Fri, 27 May 2005 13:03:32 -0700 (PDT)") 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 >>>>> "LT" == Linus Torvalds writes: LT> For example, for somebody like LT> Jeff, who maintains 50 different branches, and merges 5 of them to send LT> them to me, an octopus merge in many ways is much more intuitive: it LT> really says "I took these five branches and combined them", while a LT> series of four regular merges just gets messy. This really is a good use case for an Octopus. I hope Jeff is reading this thread.