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
/
repository.go
Age
Commit message (
Expand
)
Author
2014-03-11
merge with latest
Jesse Ezell
2014-03-07
add blob chunk creation, creation of tree builders for specific trees, minor ...
Jesse Ezell
2014-02-28
Fix an old error function call that snuck in
Carlos Martín Nieto
2014-02-28
fix bad merge (LastError -> MakeGitError)
Jesse Ezell
2014-02-27
Merge pull request #59 from libgit2/cmn/refs
Carlos Martín Nieto
2014-02-27
Merge pull request #60 from libgit2/cmn/reflogs-default
Carlos Martín Nieto
2014-02-26
Added git error code to the error object.
Jesper Hansen
2014-02-26
Remove 'oid' as id name
Carlos Martín Nieto
2014-02-26
Allow for a default in reflog messages
Carlos Martín Nieto
2014-02-26
Add a few reference utility functions
Carlos Martín Nieto
2014-02-23
Merge commit 'refs/pull/53/head' of github.com:libgit2/git2go
Carlos Martín Nieto
2014-01-29
update git2go to support latest libgit2 development commit (id: 66af84)
Aidan Nulman
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-11-14
Fix memleak, free TreeBuilder
Artiom Di
2013-11-14
Don't repeat the pkg-config line
Carlos Martín Nieto
2013-09-12
Camel-case constants
Carlos Martín Nieto
2013-06-13
Merge pull request #13 from libgit2/polymorphism-take-2
Vicent Martí
2013-04-26
Wrap git_repository_is_bare
Axel Wagner
2013-04-16
Add @carlosmn's tests
Vicent Marti
2013-04-16
Take 2 on polymorphism
Vicent Marti
2013-03-19
Implement SetWorkdir
Axel Wagner
2013-03-07
Delete the whole test dir
Carlos Martín Nieto
2013-03-07
Wrap immutable refs
Carlos Martín Nieto
2013-03-06
Add a couple of missing methods around Blob
Carlos Martín Nieto
2013-03-06
Sane names yo
Vicent Marti
2013-03-06
Repository.Path
Vicent Marti
2013-03-06
Repository.CreateCommit
Vicent Marti
2013-03-06
Wrap git_index
Carlos Martín Nieto
2013-03-06
Free Git objects via finalizers or manually
Carlos Martín Nieto
2013-03-05
Bring back the RevWalk
Carlos Martín Nieto
2013-03-05
Initial commit
Vicent Marti