index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commit.go
Age
Commit message (
Expand
)
Author
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-05-26
Keep a pointer to the repository in the objects and references
Carlos Martín Nieto
2014-04-01
Adjust to Go tip changes
Carlos Martín Nieto
2014-02-26
Added git error code to the error object.
Jesper Hansen
2014-02-23
Merge commit 'refs/pull/53/head' of github.com:libgit2/git2go
Carlos Martín Nieto
2013-12-18
Lock the OS thread when acessing errors
Carlos Martín Nieto
2013-11-14
Fix memleak for Config and parent commit objects
Artiom Di
2013-06-13
Merge pull request #13 from libgit2/polymorphism-take-2
Vicent Martí
2013-05-21
Implement Parent()-functions for Commits
Axel Wagner
2013-04-18
Ok, now with shared base object
Vicent Marti
2013-04-16
Take 2 on polymorphism
Vicent Marti
2013-03-06
Use time.Time in the Signature struct
Carlos Martín Nieto
2013-03-06
Repository.CreateCommit
Vicent Marti
2013-03-06
Free Git objects via finalizers or manually
Carlos Martín Nieto
2013-03-05
Introduce Signature
Carlos Martín Nieto
2013-03-05
Initial commit
Vicent Marti