From mboxrd@z Thu Jan 1 00:00:00 1970 From: hasen j Subject: Re: [PATCH/RFC v2 1/4] Add "core.eolStyle" variable to control end-of-line conversion Date: Sun, 9 May 2010 01:30:10 -0600 Message-ID: References: <20100509070043.GB14069@dpotapov.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Eyvind Bernhardsen , Linus Torvalds , "git@vger.kernel.org" , mat , Erik Faye-Lund , Junio C Hamano , Avery Pennarun , Robert Buck , Finn Arne Gangstad To: Dmitry Potapov X-From: git-owner@vger.kernel.org Sun May 09 09:30:46 2010 connect(): No such file or directory Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OB0yE-0003VT-HH for gcvg-git-2@lo.gmane.org; Sun, 09 May 2010 09:30:38 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751365Ab0EIHad (ORCPT ); Sun, 9 May 2010 03:30:33 -0400 Received: from mail-yw0-f198.google.com ([209.85.211.198]:62608 "EHLO mail-yw0-f198.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039Ab0EIHac (ORCPT ); Sun, 9 May 2010 03:30:32 -0400 Received: by ywh36 with SMTP id 36so1403465ywh.4 for ; Sun, 09 May 2010 00:30:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=AI8AII3IXO16xSpmJsjCw6PZ2w3ZgJ/QyJYekUWM1es=; b=GIL+KG3Qtu0u9OS4oZIFZT8ysyQueGcNdRVWFxkn7pjSPe6c8DAkinVZPXFbI4oRO9 JwzAJEH+ZpLJ4DsbAfn+FQfdkT/el0R6LrFGuotpSV2fbWseTIDD0HcCGHA+US914Xrb zrm/UJPxbBAyAjHj3VKXRRp/E9LW1mEZI6C54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=PxnsptCB9EK1zo7F4cySAAyyjpE4VnL6Y8Hkg3YwFEObcour9E6SZMQJKW9OYEEkWY zJz+07Ee6kPstChSzHnRrNawgg40n04Qs7cj6s0/d9NOVam2T41lVqHXaLUikIGg638m +gUH+B6nL1zNJ6n8mEuNspAZuhoO3FEcJflVo= Received: by 10.90.247.29 with SMTP id u29mr1320142agh.109.1273390230187; Sun, 09 May 2010 00:30:30 -0700 (PDT) Received: by 10.90.79.17 with HTTP; Sun, 9 May 2010 00:30:10 -0700 (PDT) In-Reply-To: <20100509070043.GB14069@dpotapov.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 9 May 2010 01:00, Dmitry Potapov wrote: > [...] Also, > I would rather call default as "default" instead of "native". So, > why not use "core.crlf={true, false, default}"? default and native have completely different connotations. default makes me think "one of true or false, which ever happens to be the default". native is a better fit here.