12 Nov
2021
12 Nov
'21
4:20 p.m.
https://bugs.winehq.org/show_bug.cgi?id=51877 --- Comment #12 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- (In reply to Zebediah Figura from comment #6)
Although, frankly, I kind of would rather get rid of that script entirely and just require git.
Apparently, that's possible. All that's needed to get "git apply" working when a parent directory is a Git repository, is to either: * Pass the --directory path/to/patch/base/directory option to "git apply" * Even easier: set the environment variable GIT_DIR=. which will stop it from searching parent directories for a Git repository. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.