Thanks to visit codestin.com Credit goes to github.com
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
When using the Repository.Commit method to create commits, no reflog entry is created.
Repository.Commit
The text was updated successfully, but these errors were encountered:
I will work on this one.
Sorry, something went wrong.
Should this be the domain of libgit2?
Eventually, it should be handled by libgit2. In the meantime, it looks helpful to deal it at the binding level.
@Saaman Could you also bind the reading of the Reflog as part of this? Something like
IEnumerable<Reflog> reflogs = repo.Refs.Log(string canonicalReferenceName); IEnumerable<Reflog> reflogs = repo.Refs.Log(Reference reference);
Ok, I will also bind the reading of the Reflog.
@Saaman ❤️
90c9b20
No branches or pull requests
When using the
Repository.Commit
method to create commits, no reflog entry is created.The text was updated successfully, but these errors were encountered: