summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
Commit message (Expand)AuthorAgeFilesLines
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-1/+1
* diff: indicate when the file size is "valid"Edward Thomson2022-02-121-1/+2
* Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-171-0/+7
|\
| * Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+7
* | Fix typosDimitris Apostolou2022-01-051-2/+2
|/
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-7/+7
* diff: document updated rename limitethomson/diff_rename_limitEdward Thomson2021-10-131-1/+1
* diff: update `GIT_DIFF_IGNORE_BLANK_LINES`ethomson/diff_enumEdward Thomson2021-09-211-4/+3
* diff: deprecate diff_format_emailethomson/emailEdward Thomson2021-09-181-93/+0
* Fix documentation formatting for git_diff_filepunkymaniac2021-07-061-19/+30
* diff:add option to ignore blank line changesyuuri2021-05-011-0/+4
* Fix diff_entrycount -> diff_num_deltas doc typoMarco Sirabella2021-04-121-1/+1
* Merge pull request #5306 from herrerog/patchidPatrick Steinhardt2019-11-281-0/+1
|\
| * diff_print: add support for GIT_DIFF_FORMAT_PATCH_ID.Gregory Herrero2019-11-191-0/+1
* | blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-6/+6
|/
* Don't use enum for flagsSven Strickroth2019-09-261-2/+3
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-6/+6
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-10/+10
* diff: documentation mashupEtienne Samson2018-08-291-111/+151
* diff: fix enum value being out of allowed rangePatrick Steinhardt2018-06-121-6/+6
* docs: standardize struct git_*_options commentsEtienne Samson2018-05-071-2/+3
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-071-14/+23
* diff: ensure an unsigned number is shiftedJacques Germishuys2018-03-081-3/+3
* diff: expose the "indent heuristic" in the diff optionsCarlos Martín Nieto2017-11-191-0/+6
* Docs: Fix inline comments for git_diff_hunkAlpha2017-08-111-6/+6
* diff: implement function to calculate patch IDPatrick Steinhardt2017-06-261-0/+45
* diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-051-0/+8
* diff: document `git_diff_from_buffer`ethomson/doc_diff_from_bufferEdward Thomson2016-08-051-0/+19
* git_diff_file: move `id_abbrev`ethomson/diff_fileEdward Thomson2016-08-031-6/+6
* Introduce `git_diff_to_buf`Edward Thomson2016-05-261-0/+15
* introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+5
* diff: include oid length in deltasEdward Thomson2016-05-261-1/+7
* Patch parsing from patch filesEdward Thomson2016-05-261-6/+8
* Fix typoEphemera2016-02-051-1/+1
* diff: include commit message when formatting patchPatrick Steinhardt2015-12-011-1/+4
* Add diff progress callback.Jason Haslam2015-11-021-5/+24
* iterator: better document GIT_DIFF_DISABLE_PATHSPEC_MATCHEdward Thomson2015-08-311-4/+6
* diff: drop `FILELIST_MATCH`Edward Thomson2015-08-301-7/+0
* diff: better document GIT_DIFF_PATHSPEC_DISABLEEdward Thomson2015-08-281-1/+3
* Move filelist into the iterator handling itself.Edward Thomson2015-08-281-0/+7
* Added git_diff_index_to_index()Pierre-Olivier Latour2015-06-301-0/+19
* Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-251-1/+1
* submodule: add an ignore option to statusCarlos Martín Nieto2015-06-221-1/+1
* diff: introduce binary diff callbacksEdward Thomson2015-06-121-0/+55
* Introduce `GIT_DIFF_FLAG_EXISTS`Edward Thomson2015-05-281-0/+1
* diff/status: introduce conflictsEdward Thomson2015-05-281-10/+11
* checkout: break case-changes into delete/addEdward Thomson2015-05-041-1/+6
* diff docs: update `git_diff_delta` descriptionEdward Thomson2015-02-031-3/+3
* Changed context_lines and interhunk_lines to uint32_t to match struct s_xdemi...Pierre-Olivier Latour2014-10-271-2/+2
* Update some documentationCarlos Martín Nieto2014-10-181-2/+2