From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Avery Pennarun" Subject: Re: [PATCH] cmd_reset: don't trash uncommitted changes unless told to Date: Thu, 26 Jun 2008 11:55:46 -0400 Message-ID: <32541b130806260855o691d444bpc0843e5f51639430@mail.gmail.com> References: <20080624222105.GA24549@dervierte> <7vwskea2ik.fsf@gitster.siamese.dyndns.org> <48620C1A.6000509@panasas.com> <486220CE.3070103@viscovery.net> <20080625135100.GF20361@mit.edu> <7v63rx2zwf.fsf@gitster.siamese.dyndns.org> <20080626115550.GA23058@atjola.homenet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "=?ISO-8859-1?Q?Bj=F6rn_Steinbrink?=" , "Junio C Hamano" , "Theodore Tso" , "Johannes Sixt" , "Boaz Harrosh" , "Steven Walter" , git@vger.kernel.org, jeske@google.com To: "Johannes Schindelin" X-From: git-owner@vger.kernel.org Thu Jun 26 17:57:01 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 1KBtq4-00031c-5g for gcvg-git-2@gmane.org; Thu, 26 Jun 2008 17:56:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974AbYFZPzt (ORCPT ); Thu, 26 Jun 2008 11:55:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752031AbYFZPzt (ORCPT ); Thu, 26 Jun 2008 11:55:49 -0400 Received: from fk-out-0910.google.com ([209.85.128.189]:10922 "EHLO fk-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751756AbYFZPzs (ORCPT ); Thu, 26 Jun 2008 11:55:48 -0400 Received: by fk-out-0910.google.com with SMTP id 18so79751fkq.5 for ; Thu, 26 Jun 2008 08:55:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=eaCOwWNMzt/oD6/NZDFZaViqREcnO0OAk0iJBfhK6/Y=; b=S24HG6YyZy8lB3aFNuK/vZxaeF49MXnXz4JZdr1PtaPFZCCZMuQsxS/t47J7rgPkCS mnfgZxcGzqD7DtzyDnwfwrAIZLkUGYXk6KStu8Sv5WJ0ON3iVWdwliaDsm00CflSD0qX wMx/EBK69fCyB1mWrsz49E4Iphq393ffg+L6g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=YzvXHjeFzazyO5doCLIuao7T9hmL9MuQprXh8rd7lv24LJlX4znnNGe2eyW4KfBdlP L85oqa+feklz69ifaLludS08hwolyZ4Gmk9P+fQX4TOk5bWTkQVvV6xzrgbYPvu+MPDb 0uM0GsaAEISu3NpsAOJaKiarvdfawNtFlNTL8= Received: by 10.82.165.5 with SMTP id n5mr1170bue.84.1214495746620; Thu, 26 Jun 2008 08:55:46 -0700 (PDT) Received: by 10.82.175.10 with HTTP; Thu, 26 Jun 2008 08:55:46 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 6/26/08, Johannes Schindelin wrote: > While we are nit-picking: Ted's version does not respect autocrlf, while > Junio's does. Is it intentional that git-show doesn't respect autocrlf, or just an oversight? Avery