ブランチにマージする必要があるいくつかのパッチがあります
このためのガイドラインは次のとおりです。
git checkout 4.4
git checkout -b 4.4-xamarin
git am Engine/Plugins/XamarinUE4/Patches/*
Patches
33 の異なるパッチがありますが、私が抱えている問題は、まったく何もしていgit am Engine/Plugins/XamarinUE4/Patches/*
ないように見えることです。
次の出力が得られます。
D:\Ue4src\UnrealEngine>git am Engine/Plugins/XamarinUE4/Patches/*
Stray d:/Ue4src/UnrealEngine/.git/rebase-apply directory found.
Use "git am --abort" to remove it.
「変更日」を見ると、ファイルがまったく変更されていないようです。