aboutsummaryrefslogtreecommitdiffstats
path: root/community/dotnet6-stage0/command-line-api_use-work-tree-with-git.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/dotnet6-stage0/command-line-api_use-work-tree-with-git.patch')
-rw-r--r--community/dotnet6-stage0/command-line-api_use-work-tree-with-git.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/dotnet6-stage0/command-line-api_use-work-tree-with-git.patch b/community/dotnet6-stage0/command-line-api_use-work-tree-with-git.patch
deleted file mode 100644
index 62ba670dae8..00000000000
--- a/community/dotnet6-stage0/command-line-api_use-work-tree-with-git.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 7a752928ed3588246c4b296feb6cf4946f1b29b7 Mon Sep 17 00:00:00 2001
-Patch-Source: https://src.fedoraproject.org/rpms/dotnet6.0/raw/rawhide/f/command-line-api-use-work-tree-with-git-apply.patch
-From: Omair Majid <omajid@redhat.com>
-Date: Thu, 9 Sep 2021 12:11:39 -0400
-Subject: [PATCH] [ArPow] Use --work-tree with git apply
-
-This makes things work better in a source-tarball build, where there may
-be a .git directory but it's for a different repo than command-line-api.
----
- eng/SourceBuild.props | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props
-index 6cc85018..5e223747 100644
---- a/eng/SourceBuild.props
-+++ b/eng/SourceBuild.props
-@@ -15,7 +15,7 @@
- </ItemGroup>
-
- <Exec
-- Command="git apply --ignore-whitespace --whitespace=nowarn &quot;%(SourceBuildPatchFile.FullPath)&quot;"
-+ Command="git --work-tree=&quot;$(RepoRoot)&quot; apply --ignore-whitespace --whitespace=nowarn &quot;%(SourceBuildPatchFile.FullPath)&quot;"
- WorkingDirectory="$(RepoRoot)"
- Condition="'@(SourceBuildPatchFile)' != ''" />
- </Target>
---
-2.31.1