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-23Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()Pierre-Olivier Latour
2015-06-17Merge pull request #3219 from libgit2/cmn/racy-diffCarlos Martín Nieto
2015-06-16tests: tick the index when we count OID calculationsCarlos Martín Nieto
2015-06-16diff: add failing test for racy-git in the indexCarlos Martín Nieto
2015-06-15Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-12binary diff: test binary blob to blob testsEdward Thomson
2015-06-12diff: introduce binary diff callbacksEdward Thomson
2015-06-12binary diff: test index->workdir binary diffsEdward Thomson
2015-06-02Fixed build warnings on Xcode 6.1Pierre-Olivier Latour
2015-05-28diff conflicts: test index to workdir w/ conflictsEdward Thomson
2015-05-28diff conflicts: add tests for tree to indexEdward Thomson
2015-05-01git_path_dirload: use git_path_diriterEdward Thomson
2015-03-04diff_tform: account for whitespace optionsEdward Thomson
2015-03-04diff_tform: don't compare empty hashsig_heapsEdward Thomson
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-01-14Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour
2014-11-23Plug leaksCarlos Martín Nieto
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-05-27Fix compile error on Visual StudioCha, Hojeong
2014-05-17Git binary check compat testsRussell Belfer
2014-05-13Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti
2014-05-12Don't scale diff stat when not neededRussell Belfer
2014-05-06Improve checks for ignore containmentRussell 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 payloads, bitmaps to trace APIRussell Belfer
2014-05-02Don't use trace if GIT_TRACE not definedRussell Belfer
2014-05-02Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer
2014-05-02Add diff option to update index stat cacheRussell Belfer
2014-05-02Skip diff oid calc when size definitely changedRussell Belfer
2014-05-02Add build option for diff internal statisticsRussell 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-18Index locking and entry allocation changesRussell Belfer
2014-04-18Decouple index iterator sort from indexRussell Belfer
2014-04-18Add public diff print helpersRussell Belfer
2014-04-15Added a test case for formatting a binary patch e-mailJacques Germishuys
2014-04-15Sanitize git_diff_format_email_options' summary parameterJacques Germishuys
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-04-02Remove most submodule reloads from testsRussell Belfer
2014-04-01Improve test of submodule name sortingRussell Belfer
2014-03-28Fix memory leak of test repository objectRussell Belfer
2014-03-26Merge pull request #2204 from libgit2/rb/submodule-reference-countingVicent Marti
2014-03-25Update behavior for untracked sub-reposRussell Belfer
2014-03-25Make submodules externally refcountedRussell Belfer
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-02-28Add buffer to buffer diff and patch APIsRussell Belfer