summaryrefslogtreecommitdiff
path: root/src/diff_print.c
Commit message (Expand)AuthorAgeFilesLines
* diff: treat binary patches with no data specialethomson/diff-only-load-binaries-when-requestedEdward Thomson2016-09-021-6/+3
* patch: show copy information for identical copiesEdward Thomson2016-06-251-11/+33
* Introduce `git_diff_to_buf`Edward Thomson2016-05-261-0/+9
* patch: `patch_diff` -> `patch_generated`Edward Thomson2016-05-261-1/+1
* patch: drop some warningsEdward Thomson2016-05-261-4/+3
* patch: use strlen to mean string lengthEdward Thomson2016-05-261-29/+27
* patch: show modes when only the mode has changedEdward Thomson2016-05-261-13/+21
* patch: quote filenames when necessaryEdward Thomson2016-05-261-33/+96
* patch: don't print some headers on pure renamesEdward Thomson2016-05-261-4/+13
* patch printing: include rename informationEdward Thomson2016-05-261-0/+23
* patch_parse: use names from `diff --git` headerEdward Thomson2016-05-261-1/+0
* diff: include oid length in deltasEdward Thomson2016-05-261-0/+27
* patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-96/+53
* patch application: apply binary patchesEdward Thomson2016-05-261-0/+3
* diff_print: assert patch is non-NULLPatrick Steinhardt2016-02-231-1/+5
* Fix binary diffsGuille -bisho-2015-09-251-1/+1
* diff: use size_t formatEdward Thomson2015-06-301-1/+1
* diff: fix leaks in diff printingCarlos Martín Nieto2015-06-261-0/+3
* Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-151-1/+0
* diff: introduce binary diff callbacksEdward Thomson2015-06-121-126/+154
* Introduce git_buf_decode_base64Edward Thomson2014-08-151-1/+1
* undo indentation change in diff_print.cfix-git-status-list-new-unreadable-folderAlan Rogers2014-07-231-9/+9
* Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-041-30/+57
|\
| * minor cleanupsRussell Belfer2014-05-311-5/+5
| * Clean up the handling of large binary diffsRussell Belfer2014-05-311-38/+48
| * Fix printf format string from previous commitPhilip Kelley2014-05-171-1/+1
| * print_binary_hunk: Treat types with respectPhilip Kelley2014-05-171-7/+24
* | Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-201-8/+10
|/
* Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-081-3/+3
* Merge pull request #2291 from ethomson/patch_binaryVicent Marti2014-04-231-6/+125
|\
| * patch: emit binary patches (optionally)Edward Thomson2014-04-221-6/+125
* | Some doc and examples/diff.c changesRussell Belfer2014-04-221-1/+2
|/
* Add public diff print helpersRussell Belfer2014-04-171-2/+26
* diff: change id abbrev option's name to id_abbrevCarlos Martín Nieto2014-01-251-2/+2
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-6/+6
* Drop git_patch_to_strNicolas Hake2014-01-221-18/+0
* Expose patch serialization to git_bufNicolas Hake2014-01-221-2/+10
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-2/+2
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-61/+32
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-19/+27
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-43/+50
* Diff API cleanupRussell Belfer2013-10-151-49/+77
* Rename diff objects and split patch.hRussell Belfer2013-10-111-25/+25
* Clean up unnecessary git_buf_printf callsRussell Belfer2013-09-231-4/+5
* Better macro name for is-exec-bit-set testRussell Belfer2013-09-051-1/+1
* Add more file mode permissions macrosRussell Belfer2013-09-051-2/+2
* Restore GIT_DIFF_LINE_BINARY usageRussell Belfer2013-07-231-22/+43
* Make compact output more like core GitRussell Belfer2013-07-231-3/+3
* Add hunk/file headers to git_diff_patch_sizeRussell Belfer2013-07-231-37/+42
* Fix rename looped reference issuesRussell Belfer2013-06-181-2/+2