From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: [PATCH 1/3] t9350: point out that refs are not updated correctly Date: Wed, 24 Oct 2012 23:41:39 +0200 (CEST) Message-ID: References: <1320535407-4933-1-git-send-email-srabbelier@gmail.com> <1320535407-4933-2-git-send-email-srabbelier@gmail.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Sverre Rabbelier , Junio C Hamano , Jonathan Nieder , Jeff King , Git List , Daniel Barkalow , Ramkumar Ramachandra , Dmitry Ivankov , =?ISO-8859-15?Q?=C6var_Arnfj=F6r=F0_Bjarmason?= , Eric Herman , Fernando Vezzosi To: Felipe Contreras X-From: git-owner@vger.kernel.org Wed Oct 24 23:42:06 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TR8i9-0003Xu-Vq for gcvg-git-2@plane.gmane.org; Wed, 24 Oct 2012 23:42:02 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161279Ab2JXVls (ORCPT ); Wed, 24 Oct 2012 17:41:48 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:51685 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1161249Ab2JXVlp (ORCPT ); Wed, 24 Oct 2012 17:41:45 -0400 Received: (qmail invoked by alias); 24 Oct 2012 21:41:43 -0000 Received: from ip-83-99-17-77.luxfiber.pt.lu (EHLO bonsai2.local) [83.99.17.77] by mail.gmx.net (mp039) with SMTP; 24 Oct 2012 23:41:43 +0200 X-Authenticated: #1490710 X-Provags-ID: V01U2FsdGVkX18a0J00olYaaLN9ENAivYXxh+y27M+V46lo68CXWc HS24KlQae57FCI X-X-Sender: gene099@bonsai2 In-Reply-To: User-Agent: Alpine 1.00 (DEB 882 2007-12-20) X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Wed, 24 Oct 2012, Felipe Contreras wrote: > 2) master..master shouldn't export anything The underlying issue -- as explained in the thread -- is when you want to update master to a commit that another ref already points to. In that case no commits need to exported, but the ref needs to be updated nevertheless. We just wrote the test in the most convenient way, no need to complicate things more than necessary. Hth, Johannes