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

utils: use wrong git option for core.pager #56

Closed
feckert opened this issue Dec 1, 2020 · 0 comments · Fixed by #66
Closed

utils: use wrong git option for core.pager #56

feckert opened this issue Dec 1, 2020 · 0 comments · Fixed by #66

Comments

@feckert
Copy link

feckert commented Dec 1, 2020

I think the value core.parser must be named to core.pager.

git-pw/git_pw/utils.py

Lines 130 to 135 in 613df41

pager = git_config('core.parser')
if pager:
_echo_via_pager(pager, output)
return

stephenfin added a commit that referenced this issue Apr 21, 2023
It's core.pager, not core.parser.

Signed-off-by: Stephen Finucane <[email protected]>
Closes: #56
stephenfin added a commit that referenced this issue Apr 21, 2023
It's core.pager, not core.parser.

Signed-off-by: Stephen Finucane <[email protected]>
Closes: #56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant