index
:
jcarr/git2go
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
/
blob.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2020-07-30
Add support for git_blob_is_binary (#625)
Yuichi Watanabe
2017-07-11
fixed typos
reujab
2017-07-08
Add Objecer interface
Carlos Martín Nieto
2017-07-08
First round of mass keep-alive additions
Carlos Martín Nieto
2016-08-27
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2016-08-27
Work around Go 1.6's CGo pointer check
Carlos Martín Nieto
2016-04-23
Update to 1dc4491
Carlos Martín Nieto
2016-02-15
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2016-01-04
Don't drop CreateBlobFromChunks hintPath argument
Michael Gehring
2015-08-04
Move from an Object interface to a type
Carlos Martín Nieto
2015-05-22
blob: use HandleList for C function callbacks.
Patrick Steinhardt
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-08-25
Handle empty slices in CreateBlobFromBuffer()
Carlos Martín Nieto
2014-04-01
Adjust to Go tip changes
Carlos Martín Nieto
2014-03-16
fix chunk create logic
Jesse Ezell
2014-03-07
add blob chunk creation, creation of tree builders for specific trees, minor ...
Jesse Ezell
2013-11-14
Don't repeat the pkg-config line
Carlos Martín Nieto
2013-04-18
Ok, now with shared base object
Vicent Marti
2013-04-16
Take 2 on polymorphism
Vicent Marti
2013-03-06
Add a couple of missing methods around Blob
Carlos Martín Nieto
2013-03-06
Free Git objects via finalizers or manually
Carlos Martín Nieto
2013-03-05
Initial commit
Vicent Marti