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 version --build-options does not pass through --build-options #2440

Closed
grimreaper opened this issue Jan 15, 2020 · 0 comments
Closed

hub version --build-options does not pass through --build-options #2440

grimreaper opened this issue Jan 15, 2020 · 0 comments
Labels

Comments

@grimreaper
Copy link

grimreaper commented Jan 15, 2020

Command attempted:
(hub is aliased to git and used as 'git'. Not shown here for simplicity)
∴hub version --build-options

What happened:
hub shows its own version and git's version but does not pass --build-options through
∴hub version --build-options
git version 2.24.1
hub version 2.13.0

What is supposed to happen:
Git is supposed to show some useful debugging information
∴git version --build-options
git version 2.24.1
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8

Additional Information:
The same is true with git --version --build-options

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
@grimreaper and others