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
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
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-02-28Add buffer to buffer diff and patch APIsRussell Belfer
2014-01-25diff: change id abbrev option's name to id_abbrevCarlos Martín Nieto
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2013-12-11Update docs for new callback return value behaviorRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer
2013-12-07Clarify docsBen Straub
2013-12-06Clarify default value and behaviorBen Straub
2013-12-05Introduce GIT_DIFF_FIND_BY_CONFIGBen Straub
2013-12-03GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer
2013-12-03Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer
2013-11-19Add content offset to git_diff_lineNick Hengeveld
2013-11-01Add git_diff_options_init helperRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-10-22Fix typoRussell Belfer
2013-10-22Implement patience and minimal diff flagsRussell Belfer
2013-10-22Create git_diff_line and extend git_diff_hunkRussell Belfer
2013-10-21Tweak to git_diff_delta structure for nfilesRussell Belfer
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-08-28Split rewrites, status doesn't return rewritesEdward Thomson
2013-07-24Restore GIT_DIFF_LINE_BINARY usageRussell Belfer
2013-07-24Add hunk/file headers to git_diff_patch_sizeRussell Belfer
2013-07-23Add git_diff_patch_size() APIRussell Belfer