summaryrefslogtreecommitdiff
path: root/src/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Diff iteratorsRussell Belfer2012-09-051-4/+10
* Major submodule rewriteRussell Belfer2012-08-241-1/+1
* Minor bug fixes in diff codeRussell Belfer2012-08-221-1/+2
* oid: Explicitly include `oid.h` for the inlined CMPVicent Marti2012-08-091-0/+1
* Add flag to turn off pathspec testing for diff and statusyorah2012-07-241-2/+3
* Fix getting status of files containing bracketsyorah2012-07-241-7/+16
* Fix bug with merging diffs with null optionsRussell Belfer2012-07-191-2/+2
* diff: make sure we free all allocated resourcesCarlos Martín Nieto2012-06-201-6/+21
* Make index add/append support core.filemode flagRussell Belfer2012-06-191-2/+2
* Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-22/+41
* Fix filemode comparison in diffsRussell Belfer2012-06-081-15/+26
* Fix bugs for status with spaces and reloaded attrsRussell Belfer2012-05-241-0/+1
* errors: Rename error codesVicent Martí2012-05-181-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-1/+1
* global: Change parameter ordering in APIVicent Martí2012-05-181-1/+3
* Fix status for files under ignored dirsRussell Belfer2012-05-161-20/+40
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-8/+39
* Add support for diffing index with no HEADRussell Belfer2012-05-081-1/+1
* Fix memory leaks and use after freeRussell Belfer2012-05-041-4/+8
* Remove old and unused error codesVicent Martí2012-05-021-5/+2
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-194/+324
|\
| * Fix usage of "new" for fieldname in public headerRussell Belfer2012-05-021-80/+80
| * Fix Win32 warningsRussell Belfer2012-04-261-1/+2
| * diff: fix generation of the header of a removal patchnulltoken2012-04-251-3/+0
| * Convert attrs and diffs to use string poolsRussell Belfer2012-04-251-75/+46
| * Add support for pathspec to diff and statusRussell Belfer2012-04-131-5/+92
| * Refactor git_repository_open with new optionsRussell Belfer2012-04-111-2/+1
| * Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-21/+80
| * Eliminate hairy COITERATE macroRussell Belfer2012-03-251-10/+26
| * Fix crash in new status and add recurse optionRussell Belfer2012-03-231-1/+6
| * New status fixesRussell Belfer2012-03-221-13/+34
| * Reimplment git_status_foreach using git diffRussell Belfer2012-03-211-22/+12
| * Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-2/+2
| * Migrating diff to new error handlingRussell Belfer2012-03-061-102/+84
* | Fix usage of "new" for fieldname in public headerRussell Belfer2012-03-041-98/+100
|/
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-22/+22
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-1/+1
* Update diff to use iteratorsRussell Belfer2012-03-021-962/+385
* First pass of diff index to workdir implementationRussell Belfer2012-03-021-56/+320
* Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-021-8/+8
* Continue implementation of git-diffRussell Belfer2012-03-021-146/+324
* Fix minor WIN32 incompatibilityRussell Belfer2012-03-021-1/+4
* Clean up diff implementation for reviewRussell Belfer2012-03-021-62/+261
* Implement diff lists and formattersRussell Belfer2012-03-021-29/+455
* Initial implementation of git_diff_blobRussell Belfer2012-03-021-0/+104