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

Link Commit to correct upstream documentation #2936

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 4, 2024

  1. Link Commit to correct upstream documentation

    `github.Commit.Commit` represents a github-level commit, but the link is to git-level commits. The semantics and *especially* the metadata are very different between the two e.g. a github-level commit provodes the *github users* for the author and committer, as well as links to the github comments.
    
    The github-level commit is a layer around the git-level commit, which is (partially) provided via the `commit` attribute.
    xmo-odoo committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    84e27e7 View commit details
    Browse the repository at this point in the history