-
Notifications
You must be signed in to change notification settings - Fork 65
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
grep is failing #47
Comments
Closed by mistake. |
I was able to resolve this by doing:
|
I wonder if the |
Hi @jthalliley I've just reopened this issue because I know how to solve that. I'll change the way some RegExp are formed here, so I won't need the Even though your workaround will solve some problems with a few aliases as well. I'll add that one to the docs, on the troubleshooting session. Thank you. |
Cool thx. |
This issue has resurfaced, I guess due to line 27 in a84ff9e#diff-bb471c844bf5fa8652c53f77d6598f589dcf28613d067be0b4808f7c771aa161. Update: I tried removing the |
Hi, @jespermbyskov Thank you for your report. If you do Please, let me know if it works for you. |
Thanks, but for now, removing the |
Hum, I see, just be aware that there are other commands that use this parameter on grep too. They are: gpsob, guser, guser, grba, gg and gplob Maybe running |
@superboo0311 I'm so sorry for that. I've been thinking about using grep without that option. It seems to have lots of issues when using Mac OS. I'll try to solve that on next version. |
Having issue like @imtiendat0311 mentioned here |
|
As you can see below, I just re-installed fancy-git, and there's an issue with a grep command in the fancy-git. It seems that "-P" is the issue ... Perl style regex's are experimental and apparently not available on MacOS.
The text was updated successfully, but these errors were encountered: