Jesper Hansen
499f52a354
Added git error code to the error object.
2014-02-26 16:10:00 +01:00
Carlos Martín Nieto
5f4283fac3
Merge branch 'index-entries'
2014-02-26 15:22:53 +01:00
Carlos Martín Nieto
14f902afed
Adjust to oid -> id
2014-02-26 15:22:48 +01:00
Carlos Martín Nieto
1e01cae286
Remove pointer to git_index_entry
...
We have all the data
2014-02-26 15:19:07 +01:00
Tobias Haar
054268a634
added write method
2014-01-24 01:10:23 +00: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
Axel Wagner
179b69ce21
Support for index-entries
2013-05-22 14:41:42 +02:00
Carlos Martín Nieto
33f4594e9c
Wrap git_index
2013-03-06 13:10:53 +01:00