summaryrefslogtreecommitdiff
path: root/src/diff_output.c
Commit message (Expand)AuthorAgeFilesLines
* diff: Cleanup documentation and printf compatVicent Marti2012-09-061-4/+4
* Fix comments and a minor bugRussell Belfer2012-09-051-4/+3
* Diff iteratorsRussell Belfer2012-09-051-256/+760
* Fix MSVC compilation warningsnulltoken2012-09-041-1/+1
* Working implementation of git_submodule_statusRussell Belfer2012-08-241-0/+19
* 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
* Update iterators for consistency across libraryRussell Belfer2012-08-031-44/+59
* diff: make inter-hunk-context default value git-compliantyorah2012-07-021-1/+1
* Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-5/+6
* Fix filemode comparison in diffsRussell Belfer2012-06-081-3/+10
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1
* Fix checking for the presence of a flagGarrett Regier2012-05-271-1/+1
* global: Change parameter ordering in APIVicent Martí2012-05-181-1/+1
* Optimize away git_text_gather_stats in diffRussell Belfer2012-05-171-7/+2
* diff: fix the diffing of two identical blobsnulltoken2012-05-071-0/+8
* diff: make git_diff_blobs() able to detect binary blobsnulltoken2012-05-071-0/+28
* diff: fix the diffing of a concrete blob against a null onenulltoken2012-05-071-22/+20
* diff: When diffing two blobs, ensure the delta callback parameter is filled w...nulltoken2012-05-071-2/+6
* diff: remove unused parameternulltoken2012-05-071-4/+1
* Support reading attributes from indexRussell Belfer2012-05-031-1/+1
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-111/+131
|\
| * Convert from strnlen to git_text_is_binaryRussell Belfer2012-05-021-4/+16
| * Copy values to avoid strict aliasing warningRussell Belfer2012-05-021-1/+6
| * Fix usage of "new" for fieldname in public headerRussell Belfer2012-05-021-79/+79
| * diff: provide more context to the consumer of the callbacksnulltoken2012-04-301-18/+17
| * diff: fix generation of the header of a removal patchnulltoken2012-04-251-5/+15
| * New status fixesRussell Belfer2012-03-221-2/+4
| * Migrating diff to new error handlingRussell Belfer2012-03-061-89/+92
| * error-handling: RepositoryVicent Martí2012-03-071-10/+13
* | diff_output: remove unused parameterschu2012-03-211-3/+0
* | Rename git_oid_to_string to git_oid_tostrAuthmillenon2012-03-061-2/+2
* | Convert from strnlen to git_text_is_binaryRussell Belfer2012-03-051-4/+16
* | Copy values to avoid strict aliasing warningRussell Belfer2012-03-051-1/+6
* | Fix usage of "new" for fieldname in public headerRussell Belfer2012-03-041-77/+77
|/
* Fixes for merge of filters branchRussell Belfer2012-03-021-2/+2
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-17/+17
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-6/+6
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+722