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
/
submodule.go
Age
Commit message (
Expand
)
Author
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-10-28
Make the constants have types
Carlos Martín Nieto
2014-03-27
Added force argument for (*Submodule).Reload() and (*Repository).ReloadAllSub...
Simon Menke
2014-02-26
merge latest, cleanup error handling, add thread locks
Jesse Ezell
2014-02-26
Convert the rest of the errors
Carlos Martín Nieto
2014-02-26
Added git error code to the error object.
Jesper Hansen
2014-02-23
Return SubmoduleRecurse
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
2014-01-02
add git_submodule_recurse_t type
Jason Toffaletti
2013-12-18
Lock the OS thread when acessing errors
Carlos Martín Nieto
2013-11-14
Don't repeat the pkg-config line
Carlos Martín Nieto
2013-07-22
Submodule: adjust to the Default -> Reset change in the library
Carlos Martín Nieto
2013-03-05
Submodule wrapping courtesy of @sbinet
Vicent Marti