-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No match for regexp /diff --git (a\/.*) (b\/.*)\n/ #114
Comments
This error was due to:
Maybe it is possible to add support for mnemonic mode or add the configuration option to the diff command? |
You can replace a/b with a class-character : [a-z] |
maybe because you have chars in some files |
I had the same error caused by the same configuration. Would be cool if the commands would send the option so they tell git to work as expected while people can alter their git config to their needs. |
Could you tell me which version of gitlib you are using? @DanielSiepmann |
Sure: v1.3.7 the latest available tag and git version 2.38.1. Tried to optimize the file paths for copy and paste by changing this setting. PHP is executed with my user as well and broke to the changed setting. I guess it was just unkown that this output can be modified via settings. |
Hello,
I would like to use GrumPHP. However after installation, and trying to perform a commit I get the following error:
I started by posted the issue on the grumphp repository, who suggested me to post here. phpro/grumphp#164 (comment)
Thanks,
The text was updated successfully, but these errors were encountered: