You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running cargo install ripgrep, the git hash in the version string is improperly formatted. In this case, we should just omit the revision identifier altogether.
Example:
ripgrep 0.8.0 (rev )
We should probably improve how we use git to get the hash. e.g., What happens if you compile ripgrep from its git source, but outside the git repo itself?
The text was updated successfully, but these errors were encountered:
FYI, the official Homebrew version of rg has this problem too, presumably because they build from the source tarball. I agree that just omitting the revision when it's not available would be nicer / less confusing.
When running
cargo install ripgrep
, the git hash in the version string is improperly formatted. In this case, we should just omit the revision identifier altogether.Example:
We should probably improve how we use
git
to get the hash. e.g., What happens if you compile ripgrep from its git source, but outside the git repo itself?The text was updated successfully, but these errors were encountered: