From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Glanzmann Subject: Re: More gitweb queries.. Date: Mon, 30 May 2005 01:16:21 +0200 Message-ID: <20050529231621.GE12290@cip.informatik.uni-erlangen.de> References: <20050527192941.GE7068@cip.informatik.uni-erlangen.de> <20050527192941.GE7068@cip.informatik.uni-erlangen.de> <7vhdgoxx8c.fsf@assigned-by-dhcp.cox.net> <20050527195552.GA6541@cip.informatik.uni-erlangen.de> <7vu0kowho9.fsf@assigned-by-dhcp.cox.net> <20050527203227.GA11139@cip.informatik.uni-erlangen.de> <20050529230240.GB12290@cip.informatik.uni-erlangen.de> <20050529231053.GD12290@cip.informatik.uni-erlangen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Git Mailing List X-From: git-owner@vger.kernel.org Mon May 30 01:14:32 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DcWyq-0004s8-5N for gcvg-git@gmane.org; Mon, 30 May 2005 01:14:04 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261384AbVE2XQb (ORCPT ); Sun, 29 May 2005 19:16:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261394AbVE2XQb (ORCPT ); Sun, 29 May 2005 19:16:31 -0400 Received: from faui03.informatik.uni-erlangen.de ([131.188.30.103]:51385 "EHLO faui03.informatik.uni-erlangen.de") by vger.kernel.org with ESMTP id S261384AbVE2XQ3 (ORCPT ); Sun, 29 May 2005 19:16:29 -0400 Received: from faui03.informatik.uni-erlangen.de (faui03.informatik.uni-erlangen.de [131.188.30.103]) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) with ESMTP id j4TNGLS8002273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 29 May 2005 23:16:21 GMT Received: (from sithglan@localhost) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) id j4TNGLbK002272; Mon, 30 May 2005 01:16:21 +0200 (CEST) To: Junio C Hamano , Linus Torvalds Content-Disposition: inline In-Reply-To: <20050529231053.GD12290@cip.informatik.uni-erlangen.de> User-Agent: Mutt/1.5.9i Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Hello, > > $message .= "<= ${current_url} (nothing to merge)\n"; > > $message .= "<= ${current_url} (bringing head ahead)\n"; > the parents of such 'merges' should *not* be referenced in the commit > object E.g. this is wrong: 'git-commit-tree -p nothing_to_merge -p > just_bringing_head_ahead'. Leaving the message in the log section of the > commit object could be useful, maybe. Thoughts? Wrong, wrong, wrong. If 'head ahead' condition shows up, I have to kick the previous head out (not the current), don't I? Thomas