summaryrefslogtreecommitdiff
path: root/src/index.c
Commit message (Expand)AuthorAgeFilesLines
...
* index: fix potential memory leaksRémi Duraffort2013-07-151-3/+9
* Add API to get path to index fileRussell Belfer2013-07-101-0/+6
* Add public API for pathspec matchingRussell Belfer2013-07-101-20/+22
* Be more thread aware with some index updatesRussell Belfer2013-07-031-40/+34
* Add status flags to force output sort orderRussell Belfer2013-06-201-5/+5
* Add tests and fix use of freed memoryRussell Belfer2013-06-191-3/+9
* Add index pathspec-based operationsRussell Belfer2013-06-191-2/+213
* Make index_insert keep existing caseRussell Belfer2013-06-171-2/+3
* util: It's called `memzero`Vicent Marti2013-06-121-1/+1
* Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti2013-06-121-0/+2
|\
| * Add safe memset and use itRussell Belfer2013-06-071-1/+1
| * Zero memory for major objects before freeingRussell Belfer2013-05-311-0/+2
* | Fix some memory leaksRussell Belfer2013-06-101-0/+2
* | Make git_index_read_tree preserve stat cacheRussell Belfer2013-05-311-14/+54
|/
* improve test for index extension truncationEdward Thomson2013-05-311-2/+3
* Ensure reuc vector is always validRussell Belfer2013-05-241-6/+8
* introduce git_conflict_iteratorEdward Thomson2013-05-171-30/+118
* Ensure reuc vector is always validRussell Belfer2013-05-161-6/+8
* Merge pull request #1588 from arrbee/fixes-for-checkout-and-diffVicent Martí2013-05-151-16/+11
|\
| * Use GIT_IDXENTRY_STAGE macroRussell Belfer2013-05-151-16/+11
| * 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