summaryrefslogtreecommitdiff
path: root/include/git2/index.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* index: Introduce git_index_has_conflicts()nulltoken2012-11-081-0/+7
* index: Add `git_index_new`index-open-cleanupVicent Marti2012-11-011-0/+13
* index: Add git_index_write_treeVicent Marti2012-11-011-0/+32
* index refactoringEdward Thomson2012-10-291-88/+208
* index: introduce git_index_owner()nulltoken2012-10-261-0/+8
* index: remove read_tree() progress indicatornulltoken2012-10-191-2/+1
* Merge pull request #778 from ben/cloneVicent Martí2012-08-191-3/+6
|\
| * Enable stats on git_index_read_tree.Ben Straub2012-07-301-14/+2
| * Checkout: use git_index_read_tree_with_stats.Ben Straub2012-07-301-0/+15
* | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-2/+2
|/
* Nicer constantRussell Belfer2012-06-191-1/+1
* Make index add/append support core.filemode flagRussell Belfer2012-06-191-0/+29
* Fix spelling errors.Bruce Mitchener2012-05-191-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-9/+9
* Update Copyright headerschu2012-02-131-1/+1
* Patch cleanup for mergeRussell Belfer2012-01-161-0/+4
* add git_index_read_treeClemens Buchacher2011-12-301-0/+11