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

CLI: Dedup "version --verbose" git sha #1807

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Commits on Mar 27, 2024

  1. CLI: Format git commit sha

    Format the git commit sha properly when it is printed as part of the `ConfigProcess`.
    
    Previously the `ConfigProcess` printed it as a byte array, e.g.:
    
        process.git_commit={ 49, 56, 54, 98, 97, 57, 50, 98, 101, 97, 98, 102, 101, 51, 55, 48, 49, 54, 48, 101, 48, 97, 55, 98, 49, 55, 55, 54, 100, 101, 49, 57, 99, 50, 54, 97, 98, 53, 56, 53 }
    sentientwaffle committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    192da5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bad6d6 View commit details
    Browse the repository at this point in the history