summaryrefslogtreecommitdiff
path: root/src/index.c
Commit message (Expand)AuthorAgeFilesLines
* Make iterator APIs consistent with standardsRussell Belfer2013-03-061-51/+0
* Merge pull request #1380 from phkelley/index_icaseVicent Martí2013-03-041-2/+4
|\
| * Rename function to __ prefixPhilip Kelley2013-03-011-2/+2
| * Disable ignore_case when writing the index to a treePhilip Kelley2013-03-011-2/+4
* | clear REUC on checkoutEdward Thomson2013-03-041-19/+18
|/
* add a sorter to the reuc on index creationEdward Thomson2013-02-211-1/+2
* Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer2013-02-111-1/+1
|\
| * index: Fix indentationsnulltoken2013-02-051-1/+1
* | Return the matched pathspec pattern in `git_pathspec_match_path`yorah2013-02-071-1/+2
|/
* Vector improvements and their falloutPhilip Kelley2013-01-271-34/+35
* index: Speed up loading a tree into the indexScott J. Goldman2013-01-241-3/+8
* add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-1/+16
* REUC needs to handle empty sidesEdward Thomson2013-01-101-6/+6
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add index API to remove all files in a directoryRussell Belfer2013-01-041-0/+38
* missing error message is confusingRussell Belfer2013-01-041-0/+3
* Fix git_index sorting with core.ignorecase in git_index_readPhilip Kelley2013-01-041-3/+4
* don't walk off the end of the indexEdward Thomson2012-12-121-4/+5
* Clean up iterator APIsRussell Belfer2012-12-101-2/+1
* Fix warnings on Win64 buildRussell Belfer2012-11-271-10/+11
* update internal index API to avoid castRussell Belfer2012-11-271-4/+4
* Fix up some missing consts in tree & indexRussell Belfer2012-11-271-18/+20
* API updates for index.hBen Straub2012-11-271-4/+4
* API review / update for tree.hRussell Belfer2012-11-271-1/+1
* More external API cleanupVicent Marti2012-11-271-1/+1
* Add iterator for git_index objectRussell Belfer2012-11-141-1/+3
* Fix a few valgrind errorsCarlos Martín Nieto2012-11-131-1/+2
* Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-131-3/+72
|\
| * Fix warnings and valgrind issuesRussell Belfer2012-11-091-1/+1
| * Rework checkout with new strategy optionsRussell Belfer2012-11-091-0/+53
| * Some diff refactorings to help code reuseRussell Belfer2012-11-091-2/+18
* | Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí2012-11-101-0/+15
|\ \
| * | index: Introduce git_index_has_conflicts()nulltoken2012-11-081-0/+15
| |/
* | index: prefer INDEX_OWNER usagenulltoken2012-11-101-1/+1
* | index: refine add_from_workdir() error reportnulltoken2012-11-101-24/+24
* | index: make git_index_new() work with a NULL pathnulltoken2012-11-101-1/+1
|/
* freeing index entries would be helpfulEdward Thomson2012-11-021-3/+9
* index: Add `git_index_new`index-open-cleanupVicent Marti2012-11-011-0/+5
* index: Fix testsVicent Marti2012-11-011-2/+1
* index: Add git_index_write_treeVicent Marti2012-11-011-8/+44
* index: Switch to git_futils_filestampVicent Marti2012-11-011-19/+17
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-1/+1
* index refactoringEdward Thomson2012-10-291-78/+532
* index: introduce git_index_owner()nulltoken2012-10-261-0/+5
* Network progress: rename thingsBen Straub2012-10-241-1/+1
* index: remove read_tree() progress indicatornulltoken2012-10-191-13/+4
* Support for core.ignorecasePhilip Kelley2012-09-171-9/+55
* Fix logical error in git_index_set_capsauthmillenon2012-09-041-1/+1
* Merge pull request #778 from ben/cloneVicent Martí2012-08-191-4/+18
|\
| * Enable stats on git_index_read_tree.Ben Straub2012-07-301-6/+1