summaryrefslogtreecommitdiff
path: root/src/diff_output.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-3/+12
* Add test for diffs with submodules and bug fixesRussell Belfer2012-10-081-15/+19
* Fix a few diff bugs with directory contentRussell Belfer2012-10-081-0/+17
* Extract submodule logic out of diff_output.c:get_workdir_contentSascha Cunz2012-10-051-33/+40
* Diff: teach get_workdir_content to show a submodule as textSascha Cunz2012-10-051-0/+38
* Diff: teach get_blob_content to show a submodule as textSascha Cunz2012-10-051-0/+16
* Fix minor whitespace issueSascha Cunz2012-10-051-3/+3
* Clean up Win64 warningsRussell Belfer2012-09-281-1/+1
* Add const to all shared pointers in diff APIRussell Belfer2012-09-251-16/+18
* Fix bugs in new diff patch codeRussell Belfer2012-09-251-46/+41
* Initial implementation of new diff patch APIRussell Belfer2012-09-251-574/+492
* Fix MSVC amd64 compilation warningsnulltoken2012-09-201-2/+2
* Forgot to reset hunk & line between filesRussell Belfer2012-09-131-1/+2
* Fix problems in diff iterator record chainingRussell Belfer2012-09-131-13/+31
* Fix diff binary file detectionRussell Belfer2012-09-111-16/+40
* Reorg internal odb read header and object lookupRussell Belfer2012-09-101-2/+11
* Move diff max_size to public APIRussell Belfer2012-09-101-65/+83
* Replace git_diff_iterator_num_files with progressRussell Belfer2012-09-101-11/+7
* Clean up blob diff pathRussell Belfer2012-09-061-2/+11
* Implement filters for status/diff blobsRussell Belfer2012-09-061-62/+152
* 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