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
2018-10-04diff_stats: use git's formatting of renames with common directoriesPatrick Steinhardt
2018-10-04tests: verify diff stats with renames in subdirectoryPatrick Steinhardt
2018-07-20Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt
2018-07-10Merge pull request #4719 from pks-t/pks/delta-oobEdward Thomson
2018-07-06tests: add missing cl_git_pass to testsEtienne Samson
2018-06-29delta: fix sign-extension of big left-shiftPatrick Steinhardt
2018-06-19patch_parse: populate line numbers while parsing diffsEtienne Samson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-05-06Sanitize the hunk header to ensure it contains UTF-8 valid dataStan Hu
2018-04-05typo: Fixed a trivial typo in test function.Erik van Zijst
2018-02-20diff_tform: fix rename detection with rewrite/delete pairPatrick Steinhardt
2018-02-20tests: add rename-rewrite scenarios to "renames" repositoryPatrick Steinhardt
2018-02-20tests: diff::rename: use defines for commit OIDsPatrick Steinhardt
2017-12-15diff_file: properly refcount blobs when initializing file contentsPatrick Steinhardt
2017-09-01patch_parse: fix parsing patches only containing exact renamesPatrick Steinhardt
2017-06-26diff: implement function to calculate patch IDPatrick Steinhardt
2017-03-14diff_parse: correctly set options for parsed diffsPatrick Steinhardt
2017-03-14patch_parse: fix parsing minimal trailing diff linePatrick Steinhardt
2017-03-14patch_generate: fix `git_diff_foreach` only working with generated diffsPatrick Steinhardt
2016-10-09Merge branch 'pr/3809'Edward Thomson
2016-10-09make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo
2016-08-24Teach `git_patch_from_diff` about parsed diffsEdward Thomson
2016-06-26patch: show copy information for identical copiesEdward Thomson
2016-06-26patch::parse: test diff with exact rename and copyEdward Thomson
2016-06-26patch::parse: test diff with simple renameEdward Thomson
2016-06-26diff::parse tests: test parsing a diffEdward Thomson
2016-05-26introduce `git_diff_from_buffer` to parse diffsEdward Thomson
2016-05-26git_diff_generated: abstract generated diffsEdward Thomson
2016-04-02diff: test submodules are found with trailing `/`Edward Thomson
2016-03-24iterator: give the tests a proper hierarchyEdward Thomson
2016-03-24Added clar test for #3568Jeff Hostetler
2016-03-24iterators: refactored tree iteratorEdward Thomson
2016-03-24iterator: disambiguate reset and reset_rangeEdward Thomson
2016-03-20tree: re-use the id and filename in the odb objectCarlos Martín Nieto
2016-03-03tests: take the version from our defineCarlos Martín Nieto
2016-02-29tests: use legitimate object idsEdward Thomson
2016-02-18Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto
2016-02-12win32: introduce p_timeval that isn't stupidEdward Thomson
2016-02-12Horrible fix for #3173.Arthur Schreiber
2015-12-01diff: include commit message when formatting patchPatrick Steinhardt
2015-11-20Fix some warningsJacques Germishuys
2015-11-08Merge pull request #3498 from ethomson/windows_symlinksCarlos Martín Nieto
2015-11-03diff: test "symlinks" in wd are respected on win32Edward Thomson
2015-11-03Add diff progress callback.Jason Haslam
2015-10-21tests: Fix warningsVicent Marti
2015-09-25Fix binary diffsGuille -bisho-
2015-09-12diff::workdir: ensure ignored files are not returnedEdward Thomson
2015-08-31iterator: saner pathlist matching for idx iteratorEdward Thomson
2015-08-31diff: use new iterator pathlist handlingEdward Thomson
2015-08-29diff: better document GIT_DIFF_PATHSPEC_DISABLEEdward Thomson