index
:
jcarr/libgit2
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
2021-09-05
Make all Options objects consistent
lhchavez
2021-09-05
The big Callback type adjustment of 2020
lhchavez
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-10
More callback refactoring (#713)
lhchavez
2020-12-05
Refactor all callbacks (#700)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2020-10-22
refactor: Use undeprecated options init (#656)
Suhaib Mujahid
2017-09-03
clone_checkout_strategy removed
Mikołaj Baranowski
2017-07-08
Third round of keep-alive aditions
Carlos Martín Nieto
2015-06-30
Submodule: use the Repository constructor
Carlos Martín Nieto
2015-06-28
Create a SubmoduleCollection for managing submodules
Carlos Martín Nieto
2015-06-28
Get rid of Owner() on Remote and Submdoule
Carlos Martín Nieto
2015-06-28
Update to libgit2 fa39975
Carlos Martín Nieto
2015-06-08
Update to libgit2 b6011e29
Carlos Martín Nieto
2015-06-08
Merge remote-tracking branch 'origin/master' into next
Carlos Martín Nieto
2015-05-22
handles: panic when we cannot retrieve handle data
Patrick Steinhardt
2015-05-22
submodule: use HandleList for C function callbacks
Patrick Steinhardt
2015-03-15
Update to libgit2 d675982a153
Carlos Martín Nieto
2015-03-04
Default signature
Mark Probst
2015-01-28
Fix ForeachSubmodule panicing.
Patrick Steinhardt
2015-01-08
Remove version from opts structure.
David Calavera
2015-01-08
Do not double check if the signature is nil.
David Calavera
2015-01-08
Add Submodule.Update method.
David Calavera
2015-01-06
Fix inconsistent function call in Submodule.
David Calavera
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