We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See for example, git_commit_create_v, whose "Defined in" link points to https://github.com/libgit2/libgit2/blob/HEAD/include/git2/commit.h#L357-367, while the correct answer is https://github.com/libgit2/libgit2/blob/b05fbba394b9f2befea8b50817fd64209538e384/include/git2/commit.h#L357-367 (HEAD at the time docurium was ran).
Maybe the value of HEAD at the time the generation was done should be used instead ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See for example, git_commit_create_v, whose "Defined in" link points to https://github.com/libgit2/libgit2/blob/HEAD/include/git2/commit.h#L357-367, while the correct answer is https://github.com/libgit2/libgit2/blob/b05fbba394b9f2befea8b50817fd64209538e384/include/git2/commit.h#L357-367 (HEAD at the time docurium was ran).
Maybe the value of HEAD at the time the generation was done should be used instead ?
The text was updated successfully, but these errors were encountered: