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
/
object.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-10
Ensure that no pointer handles leak during the test (#712)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2019-02-11
Uprev vendored libgit2 to v0.28
lhchavez
2019-01-05
Use git_object_t instead of deprecated git_otype
Carlos Martín Nieto
2018-08-08
Remove uses of deprecated git_buf_free
Carlos Martín Nieto
2017-07-08
Add Objecer interface
Carlos Martín Nieto
2017-07-08
Third round of keep-alive aditions
Carlos Martín Nieto
2017-04-19
Add support for getting short object Id
Ankur Mittal
2015-08-04
Move from an Object interface to a type
Carlos Martín Nieto
2015-08-01
Add ability to peel any git object
Calin Seciu
2015-03-04
go fmt
Mark Probst
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-10-28
Make the constants have types
Carlos Martín Nieto
2014-06-09
add support for annotated tags
Frank Benkstein
2014-05-26
Keep a pointer to the repository in the objects and references
Carlos Martín Nieto
2014-05-25
Give Object and Reference an Onwer accessor
Carlos Martín Nieto
2014-04-01
Adjust to Go tip changes
Carlos Martín Nieto
2013-11-14
ObjectType: capitalise Tag
Carlos Martín Nieto
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-09-11
Object types are constants
Carlos Martín Nieto
2013-04-25
Merge pull request #16 from Merovius/pointerrecv
Vicent Martí
2013-04-26
Give gitObject.Free a pointer-receiver
Axel Wagner
2013-04-26
Add String() Method to ObjectType
Axel Wagner
2013-04-18
Ok, now with shared base object
Vicent Marti
2013-04-16
Take 2 on polymorphism
Vicent Marti