From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: What's cooking in git.git (topics) Date: Sun, 20 Jul 2008 16:04:18 -0700 Message-ID: <7vd4l82m4t.fsf@gitster.siamese.dyndns.org> References: <7vod5kd3im.fsf@gitster.siamese.dyndns.org> <7v3amv1e8n.fsf@gitster.siamese.dyndns.org> <7vprpwhp7t.fsf@gitster.siamese.dyndns.org> <7vlk0ffhw3.fsf@gitster.siamese.dyndns.org> <7vtzf1w0rj.fsf@gitster.siamese.dyndns.org> <7vabgqsc37.fsf@gitster.siamese.dyndns.org> <7vtzetjbif.fsf@gitster.siamese.dyndns.org> <7vfxqawlja.fsf@gitster.siamese.dyndns.org> <7vlk01hqzz.fsf@gitster.siamese.dyndns.org> <7v3am5iae8.fsf@gitster.siamese.dyndns.org> <20080720224040.GG32184@machine.or.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Petr Baudis X-From: git-owner@vger.kernel.org Mon Jul 21 01:05:53 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KKhy5-0003bv-KO for gcvg-git-2@gmane.org; Mon, 21 Jul 2008 01:05:50 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751668AbYGTXEZ (ORCPT ); Sun, 20 Jul 2008 19:04:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752470AbYGTXEZ (ORCPT ); Sun, 20 Jul 2008 19:04:25 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:62119 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752365AbYGTXEY (ORCPT ); Sun, 20 Jul 2008 19:04:24 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 23F9237CE2; Sun, 20 Jul 2008 19:04:23 -0400 (EDT) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 8925C37CE1; Sun, 20 Jul 2008 19:04:20 -0400 (EDT) In-Reply-To: <20080720224040.GG32184@machine.or.cz> (Petr Baudis's message of "Mon, 21 Jul 2008 00:40:40 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 313DED68-56B0-11DD-AD1D-CE28B26B55AE-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Petr Baudis writes: > Do you think this would create serious problems? > > One thing this patch series depends on now is changing the git mv > semantics in a rather non-trivial way, which is something we might want > to do in a major release instead of within the 1.6 series. The change to git-mv perhaps is necessary to happen between a major release boundary. I do not know if the current round of patch to do so will become ready in time for 1.6.0. The rename-ce-at patch I looked at did not look like it was.