From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 82247A0521; Tue, 3 Nov 2020 08:42:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ED304BE71; Tue, 3 Nov 2020 08:42:13 +0100 (CET) Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by dpdk.org (Postfix) with ESMTP id 6E575BE6F for ; Tue, 3 Nov 2020 08:42:12 +0100 (CET) Received: by mail-lj1-f195.google.com with SMTP id m8so11886120ljj.0 for ; Mon, 02 Nov 2020 23:42:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=W8JeZ1+V9wXNt7nUncuP6xypjdgOczwb/t2U6R7Glmw=; b=L1HWWQGJsiyZN2v4HYGeReBGXa9hNRWzZ1prU6KebGZtOkk3sOj1Fe6NfqpocxEUlb m/Q6zGVY0d1d0kHZVK3Nsp2uRoqr1S5hNy4h59kQIpMyH+yXZPPeWigIKTDz5Bn4W4v0 L4ouJz14On/vrLs+Z1VLqdsdh3e0vuxq/o7oUvnOAoCBklDh/4pCGvQd9QbxTjayq7Tv ETJOYSIdnHTamUPLCtI/4KkiC3HvV2BTGq/fR26WIUhHPw4Y1hbK4mJ4jehDUGRgNMJh P8/QeTqzM9oHlI6MiT1bJHg2WVQhgf5oaCK8aliUdO6I4qnCmtivSyMEOf0A6DfHQeZL UZYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=W8JeZ1+V9wXNt7nUncuP6xypjdgOczwb/t2U6R7Glmw=; b=LfH3jxnC/H6PgxovwicdzKXxSqnCzSP9zWsdiXfmfIDSAL4d31471Qjx5BrwEeAKWP DXdMrEZbmqKvQpqV6NUw7v9Ll+5lL9CkLhoW/xn7AMm9IU1P5G0jI0dkILH/KuLFp3G3 Kyva708T0dYW/31SnheUth8xISHYVlnGd919ZCAxDtr+UPXAOfISSyLvTsQFs64db7Wz 9NO/yXxktT2hI4XHGEH7X7VxD2dhduRGP0DJZ8x5dYhVuodDv9thoHs55LQowy8pphmp mDDyqBROcCxs6TXTDH8XvLzpHaLbU3o9Znh365F2r1+f7RaSjFEqrR9gz4xXHZGudx/Z H+AQ== X-Gm-Message-State: AOAM533h6c2Rtb9XRj0nG4fvzUstdKvq8CwjJpLTI9lDggVIFW51bqQD OMHYRuzk29nzyAC19kkeOlQ= X-Google-Smtp-Source: ABdhPJx1hGx0kqHYwB84BGdO2vxiEGX+D+UU6Df0AyiseacFoTV2Vgqwqu+D8iRheL/slrx5ZJPhZg== X-Received: by 2002:a2e:a41a:: with SMTP id p26mr7802929ljn.126.1604389330730; Mon, 02 Nov 2020 23:42:10 -0800 (PST) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id k13sm3394721lfe.179.2020.11.02.23.42.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Nov 2020 23:42:10 -0800 (PST) Date: Tue, 3 Nov 2020 10:42:09 +0300 From: Dmitry Kozlyuk To: Narcisa Ana Maria Vasile Cc: dev@dpdk.org, Luca Boccassi , John Alexander Message-ID: <20201103104209.5e345a89@sovereign> In-Reply-To: <20201103040512.GA21662@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20201029225505.30093-1-dmitry.kozliuk@gmail.com> <20201103040512.GA21662@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [kmods PATCH] windows: normalize line-endings X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Naty, > Doesn't the 'input' option gets you original (unmodified) line endings on checkout? > If a file in the repo has CRLF endings, Unix devs will get it as-is (with CRLF), right? The "input" option is for Unix devs only. > Regardless, this is the best option for Unix and since we're normalizing line endings for > existing files, Unix devs should get LF on checkout. > I will send a patch to normalize netuio as well. AFAIK, you don't need to. Whatever you settings were when committing netuio, it now checks out with CRLF on Windows (core.autocrlf=true, installer default) and with LF on Linux (core.autocrlf=input, although unset also works). I'd wait for confirmation from Luca, though.