vendor-patches icon indicating copy to clipboard operation
vendor-patches copied to clipboard

Support environment variable for patch output path

Open siemova opened this issue 10 months ago • 0 comments

Resolves #12 by adding support for environment variable VENDOR_PATCHES_OUTPUT_PATH. Its value may be absolute, but must ultimately be relative to the repository. If so, PatchFileFactory::createPatchFilePath() will use it; otherwise, it will fall back to the current default path: "patches".

Incidentally fixes some directory separators under Windows, and a few typos.

siemova avatar Aug 17 '23 16:08 siemova