summaryrefslogtreecommitdiff
path: root/include/git2/index.h
Commit message (Expand)AuthorAgeFilesLines
* index: use a byte array for checksumEdward Thomson2022-01-271-0/+3
* Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+3
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-5/+5
* Update index.hWaleed Khan2021-06-141-2/+2
* Fix misleading doc for `git_index_find`Waleed Khan2021-06-131-1/+1
* include: fix typos in commentsTobias Nießen2021-02-221-1/+1
* index: Update the documentation for git_index_add_from_buffer()lhchavez2020-02-231-2/+1
* index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-161-1/+1
* doc: add missing documentation commentsEtienne Samson2019-06-151-0/+1
* deprecation: move deprecated bits to deprecated.hEdward Thomson2019-01-251-51/+0
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-1/+1
* index: update enum and structure namesEdward Thomson2018-12-011-42/+74
* index: introduce git_index_iteratorethomson/index_iteratorEdward Thomson2018-11-141-0/+40
* 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