Skip to content
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

gitloggrep broken - possibly after Python 3? #82

Open
pfuntner opened this issue Oct 17, 2020 · 0 comments
Open

gitloggrep broken - possibly after Python 3? #82

pfuntner opened this issue Oct 17, 2020 · 0 comments
Labels
python3 Bugs related to switching from Python 2 to Python 3

Comments

@pfuntner
Copy link
Owner

It looks as though this tool is broken, possibly after the Python 3 switch:

$ gitloggrep -i wip
fatal: ambiguous argument 'wip': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Traceback (most recent call last):
  File "/home/mrbruno/bin/gitloggrep", line 21, in <module>
    stderr = stderr.decode('utf-8')
AttributeError: 'NoneType' object has no attribute 'decode'
$ 

I kind of hate the name too. git-log-grep might be better?

@pfuntner pfuntner added the python3 Bugs related to switching from Python 2 to Python 3 label Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python3 Bugs related to switching from Python 2 to Python 3
Projects
None yet
Development

No branches or pull requests

1 participant