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

Change git -P to --no-pager #558

Merged
merged 1 commit into from
Feb 26, 2021
Merged

Change git -P to --no-pager #558

merged 1 commit into from
Feb 26, 2021

Conversation

jaywonchung
Copy link
Contributor

This pull request changes the -P option given to git to --no-pager in git commit/file/branch previewers because the latter is more backwards compatible.

The -P option was added to git around three years ago as a shorthand for --no-pager (relavant commit: git/git@7213c28). My lab server (remarkably) uses git 2.17.1 and the preview window for git commits displayed nothing. This patch fixed the problem.

Thank you for the great plugin!

@Conni2461
Copy link
Member

Thats super good to know thanks :)

I gonna make sure i always do that and update #528 which will introduce new git previewers.

Thanks again :D

@Conni2461 Conni2461 merged commit e2696d6 into nvim-telescope:master Feb 26, 2021
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 this pull request may close these issues.

None yet

2 participants