summaryrefslogtreecommitdiff
path: root/include/git2/index.h
Commit message (Expand)AuthorAgeFilesLines
* Minor comment fixDavid Catmull2017-02-161-6/+7
* index: support index v4David Turner2016-08-101-0/+25
* index: also try conflict mode when insertingEdward Thomson2015-09-301-7/+21
* New API: git_index_find_prefixLeo Yang2015-09-041-0/+11
* index: use the checksum to check whether it's been modifiedCarlos Martín Nieto2015-06-191-0/+12
* introduce `git_index_entry_is_conflict`Edward Thomson2015-05-281-0/+9
* conflicts: when adding conflicts, remove stagedEdward Thomson2015-05-281-1/+2
* index: make the entries have more accurate sizescmn/index-more-accurateCarlos Martín Nieto2015-05-121-10/+15
* Entry argument passed to git_index_add_frombuffer() should be constPierre-Olivier Latour2015-04-031-1/+1
* Add API to add a memory buffer to an indexDamien PROFETA2015-02-251-0/+32
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-0/+3
* index: split GIT_IDXENTRY into two flag enumscmn/docstuffCarlos Martín Nieto2014-06-031-28/+31
* Formatting fixes for the docsCarlos Martín Nieto2014-06-031-1/+1
* Lay groundwork for updating stat cache in diffRussell Belfer2014-05-021-1/+1
* Fix leak in git_index_conflict_cleanupRussell Belfer2014-04-171-7/+12
* Some index internals refactoringRussell Belfer2014-04-171-4/+11
* Const correctness!Jacques Germishuys2014-04-031-1/+1
* Give the correct name for the function in the doc.fix-memory-index-doc-commentRob Rix2014-04-021-2/+2
* Correct a stale reference to GIT_EBAREINDEXRob Rix2014-04-011-1/+1
* Address PR commentsRussell Belfer2014-02-201-6/+6
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-4/+4
* Convert git_index_read to have a "force" flagRussell Belfer2013-11-011-9/+9
* Make diff and status perform soft index reloadRussell Belfer2013-11-011-5/+12
* index: Enhance documentationnulltoken2013-10-041-0/+3
* Clean up newly introduced warningsRussell Belfer2013-09-231-4/+4
* Fix warningLinquize2013-09-191-1/+1
* Add API to get path to index fileRussell Belfer2013-07-101-0/+8
* Add public API for pathspec matchingRussell Belfer2013-07-101-0/+8
* Fixed most documentation header bugsAndreas Linde2013-06-241-1/+1
* Add index pathspec-based operationsRussell Belfer2013-06-191-0/+115
* introduce git_conflict_iteratorEdward Thomson2013-05-171-6/+40
* Update index.h docsRussell Belfer2013-05-151-30/+45
* Remove entry dup/free functions and fix commentsRussell Belfer2013-05-151-38/+8
* Add APIs to dup and free git_index_entrysRussell Belfer2013-05-151-12/+36
* Improve docs for git_index_entry flag masksRussell Belfer2013-05-151-18/+40
* Fix checkout of submodules with no .gitmodulesRussell Belfer2013-05-151-0/+2
* move NAME and REUC extensions to sys/Edward Thomson2013-04-301-156/+0
* renames!Edward Thomson2013-04-301-0/+53
* merge!Edward Thomson2013-04-301-3/+3
* clear REUC on checkoutEdward Thomson2013-03-041-0/+8
* index: Enhance documentationnulltoken2013-02-051-2/+3
* Vector improvements and their falloutPhilip Kelley2013-01-271-4/+6
* add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-2/+18
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add index API to remove all files in a directoryRussell Belfer2013-01-041-0/+11
* Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1
* Fix up some missing consts in tree & indexRussell Belfer2012-11-271-4/+6
* API updates for index.hBen Straub2012-11-271-38/+39
* index: prevent tree creation from a non merged statenulltoken2012-11-091-2/+8