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-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
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-08-15diff: don't error out on an invalid regexCarlos Martín Nieto
2015-06-30Added git_diff_index_to_index()Pierre-Olivier Latour
2015-06-27Merge pull request #3265 from libgit2/leaksCarlos Martín Nieto
2015-06-26diff: fix leaks in diff printingCarlos Martín Nieto
2015-06-26Merge pull request #3263 from git-up/fixesCarlos Martín Nieto
2015-06-26Removed unused variablesPierre-Olivier Latour
2015-06-26test-diff-blob: Pass proper nibble sizesVicent Marti
2015-06-26diff: test we don't update index unnecessarilyEdward Thomson
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-06-25Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto
2015-06-24diff::binary tests: empty diff when forced binaryEdward Thomson
2015-06-24binary diff: test that the diff and patch otputs are the sameCarlos Martín Nieto
2015-06-24Merge pull request #3222 from git-up/conflictedEdward Thomson
2015-06-24Merge pull request #3226 from libgit2/cmn/racy-diff-againEdward Thomson
2015-06-23Fixed GIT_DELTA_CONFLICTED not returned in some casesPierre-Olivier Latour
2015-06-23Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()Pierre-Olivier Latour
2015-06-22submodule: add an ignore option to statusCarlos Martín Nieto
2015-06-22submodule: make set_ignore() affect the configurationCarlos Martín Nieto
2015-06-22tests: move racy tests to the indexCarlos Martín Nieto
2015-06-22tests: set racy times manuallyCarlos Martín Nieto
2015-06-22tests: plug leaks in the racy testCarlos Martín Nieto
2015-06-22diff: check files with the same or newer timestampsCarlos Martín Nieto
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