git2go/script
Carlos Martín Nieto 8f6e13bd08 Make the cgo tool do more linking work
The cgo directives let us do a lot more than I previously thought, so we
can use this to make the building process of git2go go through the go
tool directly rather than via the script.

libgit2 still needs to be built manually, so we do still require make,
but only for building libgit2. Once that's built, any modifications to
git2go's own code can be built with

    go build
2014-12-27 10:59:19 +00:00
..
build-libgit2-static.sh Make the cgo tool do more linking work 2014-12-27 10:59:19 +00:00
check-MakeGitError-thread-lock.go only check Go source files for non-thread-locked MakeGitError calls 2014-12-08 11:54:04 -08:00