script
Add a travis script
2014-02-28 15:15:32 +01:00
.travis.yml
Add a travis script
2014-02-28 15:15:32 +01:00
LICENSE
Initial commit
2013-03-05 20:53:04 +01:00
README.md
Update README
2013-03-06 17:06:01 +01:00
blob.go
add blob chunk creation, creation of tree builders for specific trees, minor API cleanup
2014-03-07 16:43:20 -08:00
branch.go
remove channel based iteration for branch / ref. Add ReferenceNameIterator. All iterators use Next(). Remove interfaces.
2014-03-20 20:28:41 -07:00
branch_test.go
remove channel based iteration for branch / ref. Add ReferenceNameIterator. All iterators use Next(). Remove interfaces.
2014-03-20 20:28:41 -07:00
checkout.go
CheckoutIndex: allow for index to be nil
2014-03-11 03:30:56 +01:00
commit.go
Added git error code to the error object.
2014-02-26 16:10:00 +01:00
config.go
Convert the rest of the errors
2014-02-26 16:14:31 +01:00
git.go
Added git error code to the error object.
2014-02-26 16:10:00 +01:00
git_test.go
Add @carlosmn's tests
2013-04-16 23:18:35 +02:00
index.go
Convert the rest of the errors
2014-02-26 16:14:31 +01:00
index_test.go
Add @carlosmn's tests
2013-04-16 23:18:35 +02:00
object.go
ObjectType: capitalise Tag
2013-11-14 00:24:44 +01:00
object_test.go
Camel-case constants
2013-09-12 10:40:57 +02:00
odb.go
Convert the rest of the errors
2014-02-26 16:14:31 +01:00
odb_test.go
Test for Odb hash function.
2014-01-25 22:18:43 +01:00
packbuilder.go
Added git error code to the error object.
2014-02-26 16:10:00 +01:00
reference.go
remove channel based iteration for branch / ref. Add ReferenceNameIterator. All iterators use Next(). Remove interfaces.
2014-03-20 20:28:41 -07:00
reference_test.go
remove channel based iteration for branch / ref. Add ReferenceNameIterator. All iterators use Next(). Remove interfaces.
2014-03-20 20:28:41 -07:00
repository.go
add blob chunk creation, creation of tree builders for specific trees, minor API cleanup
2014-03-07 16:43:20 -08:00
submodule.go
Convert the rest of the errors
2014-02-26 16:14:31 +01:00
tree.go
add blob chunk creation, creation of tree builders for specific trees, minor API cleanup
2014-03-07 16:43:20 -08:00
walk.go
add blob chunk creation, creation of tree builders for specific trees, minor API cleanup
2014-03-07 16:43:20 -08:00
wrapper.c
add blob chunk creation, creation of tree builders for specific trees, minor API cleanup
2014-03-07 16:43:20 -08:00