Dan Buch
fe04f0f0eb
Merge remote-tracking branch 'anulman/catchupTo66af84' into working-with-libgit2-at-2dc49ea
...
Conflicts:
git.go
reference.go
reference_test.go
repository.go
submodule.go
2014-02-19 22:55:33 -05:00
Dan Buch
0e50e091f3
Making things work with libgit2 at 2dc49ea
...
plus running `gofmt`.
2014-02-19 22:33:54 -05:00
Aidan Nulman
f66502aaf4
update git2go to support latest libgit2 development commit (id: 66af84)
2014-01-29 18:01:26 -05:00
Carlos Martín Nieto
a40bdfd420
Lock the OS thread when acessing errors
...
The library stores error information in thread-local storage, which
means we need to make sure that the Go runtime doesn't switch OS
threads between the time we call a function and th time we attempt to
retrieve the error information.
2013-12-18 16:18:32 +01:00
Carlos Martín Nieto
a5ad8de506
Don't repeat the pkg-config line
...
This is only needed once per package. Having it on every file makes the
build system ask about it n times, which is silly.
2013-11-14 00:23:04 +01:00
Carlos Martín Nieto
22f43840aa
Submodule: adjust to the Default -> Reset change in the library
2013-07-22 01:28:04 +02:00
Vicent Marti
439f7acf28
Submodule wrapping courtesy of @sbinet
2013-03-05 21:05:55 +01:00