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

Improve short sha #93

Merged
merged 4 commits into from
Oct 9, 2024
Merged

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    8f4c958 View commit details
    Browse the repository at this point in the history
  2. Improve short-sha to better match git outputs

    This is a naive implementation that simply counts commits for given SHA.
    
    Git actually counts all the objects in repository, so a better
    approximation would at least use the repo's default branch instead of
    current SHA, but I don't expect this action to be used on old commits
    much.
    
    There's still no checking if provided short-sha is unique or not.
    janisozaur committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    be9c45c View commit details
    Browse the repository at this point in the history
  3. Fix sample output

    janisozaur committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a60cdfd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    12683f7 View commit details
    Browse the repository at this point in the history