Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit does not create reflog entry #371

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

Closed
haacked opened this issue Mar 25, 2013 · 5 comments
Closed

Commit does not create reflog entry #371

haacked opened this issue Mar 25, 2013 · 5 comments
Labels
Milestone

Comments

@haacked
Copy link
Contributor

haacked commented Mar 25, 2013

When using the Repository.Commit method to create commits, no reflog entry is created.

@Saaman
Copy link
Contributor

Saaman commented Mar 27, 2013

I will work on this one.

@dahlbyk
Copy link
Member

dahlbyk commented Mar 27, 2013

Should this be the domain of libgit2?

@nulltoken
Copy link
Member

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);

@Saaman
Copy link
Contributor

Saaman commented Mar 27, 2013

Ok, I will also bind the reading of the Reflog.

@nulltoken
Copy link
Member

@Saaman ❤️

@Saaman Saaman mentioned this issue Apr 8, 2013
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants