Mapping examples between libgit2 and git2go in README need to be updated #941
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#941
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?
In this list:
https://github.com/libgit2/git2go#which-go-version-to-use
One should use libgit2 v1.5 with git2go v34
The text implies libgit2 v1.2 with git2go v34
"You can import them in your project with the version's major number as a suffix. For example, if you have libgit2 v1.2 installed, you'd import git2go v34 with:"
I updated the two relevant sentences in this PR https://github.com/libgit2/git2go/pull/939