summaryrefslogtreecommitdiff
path: root/index.go
AgeCommit message (Expand)Author
2021-09-05The big Callback type adjustment of 2020lhchavez
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2021-02-15Make index time fields public (#750)michael boulton
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-05-09refactor: Rename methods with Get prefixSuhaib Mujahid
2020-02-23Update the method namelhchavez
2020-02-23Merge remote-tracking branch 'upstream/master' into git_index_add_frombufferlhchavez
2018-10-25Add index.Clear() to clear the index objectMelvin
2017-07-17Add binding for `git_index_add_frombuffer`Vadzim Ramanenka
2017-07-08Second round of keep-alivesCarlos Martín Nieto
2016-10-20Implement git_index_remove_directory in index wrapperezwiebel
2016-02-15Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-12-21Add Index.Find() and Index.FindPrefix()FUJII Ryota
2015-12-16Fix a memory leak in Index.EntryByPath()FUJII Ryota
2015-10-27Fix memory leaks in NewIndex() and OpenIndex()FUJII Ryota
2015-10-26Update libgit2 to 821131fCalin Seciu
2015-09-28Add EntryByPath method to IndexFUJII Ryota
2015-08-31Run go fmtCarlos Martín Nieto
2015-06-08Update to libgit2 b6011e29Carlos Martín Nieto
2015-05-22handles: panic when we cannot retrieve handle dataPatrick Steinhardt
2015-05-22index: use HandleList for C function callbacks.Patrick Steinhardt
2015-05-19Index: Add Path() accessorCarlos Martín Nieto
2015-05-19Index: Add OpenIndexCarlos Martín Nieto
2015-05-19Index: Add ReadTree()Carlos Martín Nieto
2015-03-23Add a FIXME.Mark Probst
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-25Merge pull request #125 from lucas-clemente/masterCarlos Martín Nieto
2014-10-24implemented Index.AddAll, Index.RemoveAll, Index.UpdateAllLucas Clemente
2014-10-20Use Filemode type in TreeEntry and IndexEntryRyan Dahl
2014-09-07add Index#RemoveByPath.Daniel Kertesz
2014-05-25Index: add functions to handle the data structureCarlos Martín Nieto
2014-04-02make it possible to handle errorsJesse Ezell
2014-03-30add conflict functionsJesse Ezell
2014-03-20Add index WriteTreeTo + testJesse Ezell
2014-02-26Convert the rest of the errorsCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-26Merge branch 'index-entries'Carlos Martín Nieto
2014-02-26Adjust to oid -> idCarlos Martín Nieto
2014-02-26Remove pointer to git_index_entryCarlos Martín Nieto
2014-01-24added write methodTobias Haar
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-05-22Support for index-entriesAxel Wagner
2013-03-06Wrap git_indexCarlos Martín Nieto