summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Join typedef and struct definitions in single file.Ciro Santilli2014-09-241-6/+4
* Move the UNREADABLE enums to the correct group.Alan Rogers2014-07-221-6/+6
* Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-041-30/+30
|\
| * Formatting fixes for the docsCarlos Martín Nieto2014-06-031-29/+29
* | GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-1/+4
* | Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-201-0/+4
|/
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-22/+22
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-16/+14
* Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-021-17/+0
* Add diff option to update index stat cacheRussell Belfer2014-05-021-0/+7
* Merge pull request #2291 from ethomson/patch_binaryVicent Marti2014-04-231-0/+4
|\
| * patch: emit binary patches (optionally)Edward Thomson2014-04-221-0/+4
* | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-1/+3
* | Some doc and examples/diff.c changesRussell Belfer2014-04-221-18/+11
|/
* Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys2014-04-151-0/+88
* Introduce git_diff_get_stats, git_diff_stats_files_changed, git_diff_stats_in...Jacques Germishuys2014-04-151-0/+85
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+26
* Add buffer to buffer diff and patch APIsRussell Belfer2014-02-271-0/+33
* diff: change id abbrev option's name to id_abbrevCarlos Martín Nieto2014-01-251-1/+1
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-2/+2
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-6/+6
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-4/+4
* Clarify docsBen Straub2013-12-061-3/+3
* Clarify default value and behaviorBen Straub2013-12-061-1/+5
* Introduce GIT_DIFF_FIND_BY_CONFIGBen Straub2013-12-051-0/+3
* GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer2013-12-021-2/+2
* Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer2013-12-021-14/+44
* Add content offset to git_diff_lineNick Hengeveld2013-11-181-0/+1
* Add git_diff_options_init helperRussell Belfer2013-11-011-4/+26
* Make diff and status perform soft index reloadRussell Belfer2013-11-011-0/+8
* Fix typoRussell Belfer2013-10-221-1/+1
* Implement patience and minimal diff flagsRussell Belfer2013-10-211-1/+4
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-10/+21