Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-08Introduce git_blame_options diff find configurabilityvs-8.0-v0.28.2Ungureanu Marius
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2018-08-29diff: documentation mashupEtienne Samson
2018-06-12diff: fix enum value being out of allowed rangePatrick Steinhardt
2018-05-07docs: standardize struct git_*_options commentsEtienne Samson
2018-05-07docs: standardize comment block for git_*_init_options functionsEtienne Samson
2018-03-08diff: ensure an unsigned number is shiftedJacques Germishuys
2017-11-19diff: expose the "indent heuristic" in the diff optionsCarlos Martín Nieto
2017-08-12Docs: Fix inline comments for git_diff_hunkAlpha
2017-06-26diff: implement function to calculate patch IDPatrick Steinhardt
2016-09-05diff: treat binary patches with no data specialEdward Thomson
2016-08-06diff: document `git_diff_from_buffer`Edward Thomson
2016-08-04git_diff_file: move `id_abbrev`Edward Thomson
2016-05-26Introduce `git_diff_to_buf`Edward Thomson
2016-05-26introduce `git_diff_from_buffer` to parse diffsEdward Thomson
2016-05-26diff: include oid length in deltasEdward Thomson
2016-05-26Patch parsing from patch filesEdward Thomson
2016-02-04Fix typoEphemera
2015-12-01diff: include commit message when formatting patchPatrick Steinhardt
2015-11-03Add diff progress callback.Jason Haslam
2015-09-01iterator: better document GIT_DIFF_DISABLE_PATHSPEC_MATCHEdward Thomson
2015-08-31diff: drop `FILELIST_MATCH`Edward Thomson
2015-08-29diff: better document GIT_DIFF_PATHSPEC_DISABLEEdward Thomson
2015-08-29Move filelist into the iterator handling itself.Edward Thomson
2015-06-30Added git_diff_index_to_index()Pierre-Olivier Latour
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-06-22submodule: add an ignore option to statusCarlos Martín Nieto
2015-06-12diff: introduce binary diff callbacksEdward Thomson
2015-05-28Introduce `GIT_DIFF_FLAG_EXISTS`Edward Thomson
2015-05-28diff/status: introduce conflictsEdward Thomson
2015-05-04checkout: break case-changes into delete/addEdward Thomson
2015-02-03diff docs: update `git_diff_delta` descriptionEdward Thomson
2014-10-27Changed context_lines and interhunk_lines to uint32_t to match struct s_xdemi...Pierre-Olivier Latour
2014-10-18Update some documentationCarlos Martín Nieto
2014-09-24Join typedef and struct definitions in single file.Ciro Santilli
2014-07-22Move the UNREADABLE enums to the correct group.Alan Rogers
2014-06-05Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers
2014-06-04GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers
2014-06-03Formatting fixes for the docsCarlos Martín Nieto
2014-05-20Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers
2014-05-02Make init_options fns use unsigned ints and macroRussell Belfer
2014-05-02Remove trace / add git_diff_perfdata struct + apiRussell Belfer
2014-05-02Get rid of redundant git_diff_options_init fnRussell Belfer
2014-05-02Add diff option to update index stat cacheRussell Belfer
2014-04-23Merge pull request #2291 from ethomson/patch_binaryVicent Marti
2014-04-23patch: emit binary patches (optionally)Edward Thomson
2014-04-22Use git_diff_get_stats in example/diff + refactorRussell Belfer
2014-04-22Some doc and examples/diff.c changesRussell Belfer
2014-04-15Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys
2014-04-15Introduce git_diff_get_stats, git_diff_stats_files_changed, git_diff_stats_in...Jacques Germishuys