From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 8AAD6941A0E for ; Fri, 12 Jul 2024 14:28:58 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=tQ/0lervrM/h6Yr1TG0s9WvUxDhICgBwdzCX+yzorFY=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1720794538; v=1; b=1JS+i0HLK6broPj5o+6Cnvqt0hvmsCKMHRqyjiZKIpgaHnEaxqQaoK6fdwdxzJJxIBHrLdDY MO2tcWRr82pydTj3i8Zjy7cq17rjttxvixh7g4n5GUL4vqJKxlRfNQC0q6gSBYrqGK5n7K69o/A w/axIvHbgbNyMimzd8uyNNso8F3xZpPF256afrAo1axHi2t+fdkjSrl/7ZO5jqmA8faZMSHFDeH r5wiJC1KciLU2Z3cQBpAuU/TMMFiRAOzasOxzqIf+HYZhueFu+PVS13F2nE5BAVORCHHSScwScx /KX0tnlEb7/v92o6/nr1dA65DwOzzizermIHx3rJfC/9g== X-Received: by 127.0.0.2 with SMTP id maPZYY7687511xWh068rqOz0; Fri, 12 Jul 2024 07:28:57 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mx.groups.io with SMTP id smtpd.web11.9106.1720794533719556223 for ; Fri, 12 Jul 2024 07:28:56 -0700 X-CSE-ConnectionGUID: +fqomWHERkODttX3SPvDVA== X-CSE-MsgGUID: T3+gvboGQi2fAYRcH5PdYg== X-IronPort-AV: E=McAfee;i="6700,10204,11131"; a="21144112" X-IronPort-AV: E=Sophos;i="6.09,203,1716274800"; d="scan'208";a="21144112" X-Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2024 07:28:56 -0700 X-CSE-ConnectionGUID: 0zt2AXf7SRKUUZvXwsucIw== X-CSE-MsgGUID: a5/HAIcVRJC9etUECtgjLA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,203,1716274800"; d="scan'208";a="48881567" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.147.19]) by fmviesa008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2024 07:28:53 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N , Rebecca Cran , Michael D Kinney Subject: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc: add .gitattributes to ensure right line endings in .sh .bat Date: Fri, 12 Jul 2024 19:57:06 +0530 Message-ID: <20240712142844.1317-2-n.jayaprakash@intel.com> In-Reply-To: <20240712142844.1317-1-n.jayaprakash@intel.com> References: <20240712142844.1317-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Fri, 12 Jul 2024 07:28:56 -0700 Resent-From: n.jayaprakash@intel.com Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: RThKwohlu7dtOMT76aUsXAPPx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=1JS+i0HL; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4809 This commit adds .gitattributes file with the right settings to preserve the correct line endings for .sh and .bat files as per the Linxu and Windows line ending conventions respectively. Cc: Rebecca Cran Cc: Michael D Kinney Cc: Jayaprakash N Signed-off-by: Jayaprakash N --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3fd9ec8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.bat text eol=crlf +*.sh text eol=lf \ No newline at end of file -- 2.45.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119912): https://edk2.groups.io/g/devel/message/119912 Mute This Topic: https://groups.io/mt/107182920/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-