summaryrefslogtreecommitdiff
path: root/src/diff_output.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-1526/+0
* Move some diff helpers into separate fileRussell Belfer2013-06-051-422/+2
* Basic function context headerRussell Belfer2013-06-051-16/+67
* Move core.abbrev lookup out of diff print loopRussell Belfer2013-05-231-43/+48
* Add git_diff_print_raw printing helperRussell Belfer2013-05-171-6/+62
* Unify whitespaces to tabsLinquize2013-05-151-15/+15
* Fix diff output for renames and copiesRussell Belfer2013-05-101-0/+2
* Fix line numbering for patches with eofnlRussell Belfer2013-05-071-0/+2
* Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer2013-05-071-1/+1
* More care reporting diff patch iteration errorsRussell Belfer2013-05-011-5/+17
* Fix some formatting inconsistencyRussell Belfer2013-04-301-30/+20
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-2/+2
* Improve diff config options handlingRussell Belfer2013-04-231-4/+13
* Tests and more fixes for submodule diffsRussell Belfer2013-04-091-3/+10
* Fix submodule dirty states not showing if submodules comes before files, or t...Linquize2013-04-091-1/+2
* Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-251-0/+1
* Three submodule status bug fixesRussell Belfer2013-03-181-0/+5
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
* Fix valgrind issues (and mmap fallback for diff)Russell Belfer2013-03-141-20/+33
* diff: allow asking for diffs with no contextCarlos Martín Nieto2013-03-091-1/+1
* 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