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
/
index.go
Age
Commit message (
Expand
)
Author
2021-09-05
The big Callback type adjustment of 2020
lhchavez
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2021-02-15
Make index time fields public (#750)
michael boulton
2020-12-05
Refactor all callbacks (#700)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2020-05-09
refactor: Rename methods with Get prefix
Suhaib Mujahid
2020-02-23
Update the method name
lhchavez
2020-02-23
Merge remote-tracking branch 'upstream/master' into git_index_add_frombuffer
lhchavez
2018-10-25
Add index.Clear() to clear the index object
Melvin
2017-07-17
Add binding for `git_index_add_frombuffer`
Vadzim Ramanenka
2017-07-08
Second round of keep-alives
Carlos Martín Nieto
2016-10-20
Implement git_index_remove_directory in index wrapper
ezwiebel
2016-02-15
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2015-12-21
Add Index.Find() and Index.FindPrefix()
FUJII Ryota
2015-12-16
Fix a memory leak in Index.EntryByPath()
FUJII Ryota
2015-10-27
Fix memory leaks in NewIndex() and OpenIndex()
FUJII Ryota
2015-10-26
Update libgit2 to 821131f
Calin Seciu
2015-09-28
Add EntryByPath method to Index
FUJII Ryota
2015-08-31
Run go fmt
Carlos Martín Nieto
2015-06-08
Update to libgit2 b6011e29
Carlos Martín Nieto
2015-05-22
handles: panic when we cannot retrieve handle data
Patrick Steinhardt
2015-05-22
index: use HandleList for C function callbacks.
Patrick Steinhardt
2015-05-19
Index: Add Path() accessor
Carlos Martín Nieto
2015-05-19
Index: Add OpenIndex
Carlos Martín Nieto
2015-05-19
Index: Add ReadTree()
Carlos Martín Nieto
2015-03-23
Add a FIXME.
Mark Probst
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-10-25
Merge pull request #125 from lucas-clemente/master
Carlos Martín Nieto
2014-10-24
implemented Index.AddAll, Index.RemoveAll, Index.UpdateAll
Lucas Clemente
2014-10-20
Use Filemode type in TreeEntry and IndexEntry
Ryan Dahl
2014-09-07
add Index#RemoveByPath.
Daniel Kertesz
2014-05-25
Index: add functions to handle the data structure
Carlos Martín Nieto
2014-04-02
make it possible to handle errors
Jesse Ezell
2014-03-30
add conflict functions
Jesse Ezell
2014-03-20
Add index WriteTreeTo + test
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-26
Merge branch 'index-entries'
Carlos Martín Nieto
2014-02-26
Adjust to oid -> id
Carlos Martín Nieto
2014-02-26
Remove pointer to git_index_entry
Carlos Martín Nieto
2014-01-24
added write method
Tobias Haar
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-05-22
Support for index-entries
Axel Wagner
2013-03-06
Wrap git_index
Carlos Martín Nieto