summaryrefslogtreecommitdiff
path: root/src/index.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix checkout of submodules with no .gitmodulesRussell Belfer2013-05-151-1/+1
* | Fix trailing whitespacesnulltoken2013-05-151-19/+19
|/
* Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí2013-05-061-2/+7
|\
| * Make sure error messages get setRussell Belfer2013-05-011-2/+7
* | fix some leaksEdward Thomson2013-05-021-0/+1
* | Fix some compile warnings and trailing whitespaceRussell Belfer2013-05-021-10/+12
* | merge: Warning noiseVicent Marti2013-05-011-0/+3
* | move NAME and REUC extensions to sys/Edward Thomson2013-04-301-0/+1
* | renames!Edward Thomson2013-04-301-0/+218
* | merge!Edward Thomson2013-04-301-8/+11
|/
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-1/+1
* Use config cache where possibleRussell Belfer2013-04-231-9/+8
* Fix uninitialized var warningsRussell Belfer2013-04-181-1/+1
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-3/+3
* 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
|/