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
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
2014-01-28Merge pull request #2066 from libgit2/rb/builtin-diff-driversVicent Marti
2014-01-27Update Javascript userdiff driver and testsRussell Belfer
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2014-01-25Move userdiff tests to be data drivenRussell Belfer
2014-01-24Update all tests for new pattern extractionRussell Belfer
2014-01-24Implement matched pattern extract for fn headersRussell Belfer
2014-01-24Fix filemode updating in diff textRussell Belfer
2014-01-24Import git drivers and test HTML driverRussell Belfer
2014-01-22Drop git_patch_to_strNicolas Hake
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-12More tests of canceling from callbacksRussell Belfer
2013-12-11More improvements to callback return value testsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-07Don't clobber whitespace settingsBen Straub
2013-12-06Don't use weird return codesBen Straub
2013-12-06Implement GIT_DIFF_FIND_BY_CONFIGBen Straub