Reflog support #467
Labels
No Label
bug
duplicate
enhancement
invalid
question
up for grabs
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jcarr/git2go#467
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
libgit2 provides support for reading and iterating over reflogs. However, git2go doesn't seem to provide this support. Is it possible this support could be added?
My particular use case, if it matters, is wanting to know when the last fetch in a git2go-controlled repository occurred.