Cleaned up remotes / clone / add push / fetch #61

Merged
jezell merged 13 commits from remotes-wip into master 2014-03-17 23:21:35 -05:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 0a172478dc - Show all commits

View File

@ -62,9 +62,8 @@ func (p *Push) UnpackOk() bool {
ret := C.git_push_unpack_ok(p.ptr)
if ret == 0 {
return false
} else {
return true
}
return true
}