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

add `composer-patches` compatibility & faster RegEx

Open xerc opened this issue 8 months ago • 1 comments

https://docs.cweagans.net/composer-patches/usage/configuration/#default-patch-depth

--- /dev/null
+++ ../Classes/ViewHelpers/Format/HtmlentitiesViewHelper.php

==>> git format-patch "format"

--- a/Classes/ViewHelpers/Format/HtmlentitiesViewHelper.php
+++ b/Classes/ViewHelpers/Format/HtmlentitiesViewHelper.php

xerc avatar Mar 17 '25 17:03 xerc

how about the current timestamp after (second line) filename?

xerc avatar Mar 17 '25 17:03 xerc

would be nice to have additionall tests

  • no-existing file -> create
--- /dev/null
+++ b/file.php
  • existing file -> deleteted
--- a/file.php
+++ /dev/null

xerc avatar Nov 01 '25 14:11 xerc