rebase: fix int overflows on GIT_REBASE_NO_OPERATION #385
Loading…
Reference in New Issue
No description provided.
Delete Branch "rebase-overflows_int"
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?
Fix int overflows on
GIT_REBASE_NO_OPERATION
.It will fail on Go tip(and maybe 1.8), See https://travis-ci.org/libgit2/git2go/jobs/234362572#L391-L392.
C.GIT_REBASE_NO_OPERATION
is not en error code, so the error isn't the mismatched sizes but a mismatch in the kind of return values that the Go code provides vs what libgit2 is actually returning.Superseded by #396
Pull request closed