summaryrefslogtreecommitdiff
path: root/src/index.c
Commit message (Expand)AuthorAgeFilesLines
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-2/+2
* Convert git_index_read to have a "force" flagRussell Belfer2013-11-011-4/+4
* Make diff and status perform soft index reloadRussell Belfer2013-11-011-5/+6
* Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí2013-10-081-3/+5
|\
| * More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-3/+5
* | index: Make _read() cope with index file creationnulltoken2013-10-041-2/+3
|/
* Clean up newly introduced warningsRussell Belfer2013-09-231-1/+1
* Fix warningLinquize2013-09-191-5/+5
* Add more file mode permissions macrosRussell Belfer2013-09-051-1/+1
* index: report when it's lockedCarlos Martín Nieto2013-08-191-1/+5
* Fixes to safely reading the indexEdward Thomson2013-08-081-3/+4
* Fix rename detection to use actual blob sizeRussell Belfer2013-07-251-26/+8
* 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