summaryrefslogtreecommitdiff
path: root/include/git2/index.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tabify everythingVicent Marti2011-09-191-15/+15
* Cleanup legal dataVicent Marti2011-09-191-22/+4
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-8/+8
* index: fix cast warningsKirill A. Shutemov2011-07-251-2/+2
* index: introduce git_index_uniq() functionKirill A. Shutemov2011-07-051-0/+7
* Index: API uniformisation: Use unsigned int for all index number.Romain Geissler2011-06-051-2/+14
* index: Add `git_index_entry_stage` methodVicent Marti2011-06-031-0/+12
* index: Change the memory management for repo indexesVicent Marti2011-06-011-15/+10
* index: Fix issues in the unmerged entries APIVicent Marti2011-05-191-6/+10
* Merge branch 'development' into unmergedJakob Pfender2011-05-171-32/+63
|\