summaryrefslogtreecommitdiff
path: root/src/diff_output.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few leaksCarlos Martín Nieto2013-03-041-0/+4
* Initial integration of similarity metric to diffRussell Belfer2013-02-211-12/+44
* Replace diff delta binary with flagsRussell Belfer2013-02-201-75/+72
* Clear up warnings from cppcheckRussell Belfer2013-02-151-5/+6
* Reorganize FORCE_TEXT diff flag checksRussell Belfer2013-02-111-14/+24
* Add FORCE_TEXT check into git_diff_blobs code pathRussell Belfer2013-02-111-3/+10
* Fix MSVC compilation warningsnulltoken2013-02-051-2/+2
* Add helper for diff line statsRussell Belfer2013-01-301-1/+33
* Update iterator API with flags for ignore_caseRussell Belfer2013-01-151-5/+5
* Simplify git_diff__paired_foreach icase handlingRussell Belfer2013-01-151-16/+12
* Fix Travis compilation warningsnulltoken2013-01-131-3/+1
* Merge pull request #1230 from arrbee/match-core-git-diff-binary-detectionVicent Martí2013-01-111-1/+6
|\
| * Match binary file check of core git in diffRussell Belfer2013-01-111-1/+6
* | Fix diff patch line number calculationRussell Belfer2013-01-111-18/+20
|/
* Resolve crash with diff against empty fileRussell Belfer2013-01-081-0/+3
* update copyrightsEdward Thomson2013-01-081-1/+1
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-071-119/+103
* Introduce git_diff_blob_to_bufferIgnacio Casal Quinteiro2013-01-071-1/+85
* Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-2/+1
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-0/+3
* Consolidate text buffer functionsRussell Belfer2012-11-281-1/+1
* Fix warnings on Win64 buildRussell Belfer2012-11-271-5/+9
* API updates for submodule.hRussell Belfer2012-11-271-2/+2
* Update diff callback param orderRussell Belfer2012-11-271-78/+79
* More external API cleanupVicent Marti2012-11-271-13/+13
* Fix various cross-platform build issuesRussell Belfer2012-11-091-2/+2
* Some diff refactorings to help code reuseRussell Belfer2012-11-091-0/+55
* Add git_diff_patch_printRussell Belfer2012-10-251-13/+23
* Check errors while generating diff patch stringRussell Belfer2012-10-251-4/+11
* Add git_diff_patch_to_str APIRussell Belfer2012-10-241-0/+54
* 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