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

hub --paginate does not show paginated Hub help #2217

Open
tpope opened this issue Aug 3, 2019 · 0 comments
Open

hub --paginate does not show paginated Hub help #2217

tpope opened this issue Aug 3, 2019 · 0 comments
Labels

Comments

@tpope
Copy link
Contributor

tpope commented Aug 3, 2019

There's a few things going on here:

  • hub --paginate help does not use the pager. git --paginate help does.
  • hub --paginate delegates to git --paginate, not hub --paginate help, due to fixing hub --exec-path no longer works on 2.3.0-pre9 #1446 for yours truly.
  • Calling hub with options but not a subcommand additionally produces a error: key does not contain variable name: alias. message trying to expand an empty string as an alias.

That last part is an easy fix, I'll send a PR.

@mislav mislav added the bug label Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants