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
The text was updated successfully, but these errors were encountered:
grimreaper commentedJan 15, 2020
•
edited
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-optionsThe text was updated successfully, but these errors were encountered: