Add DiffIgnoreWitespaceEol and deprecate DiffIgnoreWitespaceEol #774
No reviewers
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#774
Loading…
Reference in New Issue
No description provided.
Delete Branch "whitespace-typo"
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?
DiffIgnoreWitespaceEol contains a typo and does not have the same name as it's libgit2 counterpart.
Fixes #773
Thank you @zegl, good catch.
I feel that the following looks more explicit that there is no difference between the two of them. What do you think?
Agreed, I've updated the patch. :)
Thank you.
per https://github.com/golang/go/wiki/CodeReviewComments#initialisms, the convention in Go is to use uppercase for initialisms.
I'll take a look at the CI failures :/
Can this be moved to
deprecated.go
? that way everything that's deprecated is in the same file.CI should be fixed by https://github.com/libgit2/git2go/pull/776 !