From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Barkalow Subject: Re: [PATCH v3 3/4] reset: add option "--merge-safe" to "git reset" Date: Thu, 17 Sep 2009 17:04:42 -0400 (EDT) Message-ID: References: <20090917040835.4048.51057.chriscool@tuxfamily.org> <20090917041440.4048.16353.chriscool@tuxfamily.org> <7vk4zykv7o.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="1547844168-471574974-1253221482=:14907" Cc: Junio C Hamano , Christian Couder , git@vger.kernel.org, Johannes Schindelin , Stephan Beyer , Jakub Narebski , Linus Torvalds To: Christian Couder X-From: git-owner@vger.kernel.org Thu Sep 17 23:04:51 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MoO9q-0000yw-9G for gcvg-git-2@lo.gmane.org; Thu, 17 Sep 2009 23:04:50 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753681AbZIQVEk (ORCPT ); Thu, 17 Sep 2009 17:04:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753378AbZIQVEk (ORCPT ); Thu, 17 Sep 2009 17:04:40 -0400 Received: from iabervon.org ([66.92.72.58]:33784 "EHLO iabervon.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbZIQVEk (ORCPT ); Thu, 17 Sep 2009 17:04:40 -0400 Received: (qmail 20796 invoked by uid 1000); 17 Sep 2009 21:04:42 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 Sep 2009 21:04:42 -0000 In-Reply-To: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1547844168-471574974-1253221482=:14907 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT On Thu, 17 Sep 2009, Christian Couder wrote: > On Thu, Sep 17, 2009 at 7:15 AM, Junio C Hamano wrote: > > > I'd like to see at least the following rows filled as well. > > > >    X      U     A     A   --m-s      ???    ???   ??? > >                           --merge    ???    ???   ??? > >    X      U     B     A   --m-s      ???    ???   ??? > >                           --merge    ???    ???   ??? > > > >> In this table, A, B and C are some different states of a file. > > > > ... and X is "don't care", and U is "unmerged index". > > I will have a look, but it seems to me that --m-s and --merge > behave the same in these cases. It's still worth documenting, since it used to be entirely undocumented (and probably not what it should have been), and also because you're making it something reliable for the first time in this series. -Daniel *This .sig left intentionally blank* --1547844168-471574974-1253221482=:14907--