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-06-10Add pull examplecmn/example-pullCarlos Martín Nieto
2014-06-10Merge pull request #2416 from libgit2/cmn/treebuilder-insert-sortedVicent Marti
2014-06-10pathspec: use C guards in headerCarlos Martín Nieto
2014-06-10treebuilder: insert sortedCarlos Martín Nieto
2014-06-09remote: fix rename docsCarlos Martín Nieto
2014-06-08Merge branch 'cmn/soversion' into developmentCarlos Martín Nieto
2014-06-08Bump version to 0.21.0Carlos Martín Nieto
2014-06-08Change SOVERSION at API breaksCarlos Martín Nieto
2014-06-08Merge pull request #2407 from libgit2/cmn/remote-rename-morev0.21.0-rc1Vicent Marti
2014-06-08Merge pull request #2409 from phkelley/win32_thread_fixesVicent Marti
2014-06-07React to review feedbackPhilip Kelley
2014-06-07Win32: Fix object::cache::threadmania test on x64Philip Kelley
2014-06-07Merge pull request #2408 from phkelley/win32_test_fixesPhilip Kelley
2014-06-07Win32: Fix diff::workdir::submodules test #2361Philip Kelley
2014-06-07Win32: Fix failing clone_mirror testPhilip Kelley
2014-06-07remote: don't free the remote on deleteCarlos Martín Nieto
2014-06-07remote: handle symrefs when renamingCarlos Martín Nieto
2014-06-07remote: failing test for renaming with a symrefCarlos Martín Nieto
2014-06-06remote: return problem refspecs instead of using a callbackCarlos Martín Nieto
2014-06-06remote: make sure the name stays valid on renameCarlos Martín Nieto
2014-06-06remote: remove rename code for anonymous remotesCarlos Martín Nieto
2014-06-06Merge pull request #2404 from libgit2/cmn/remote-rename-fixesVicent Marti
2014-06-06Merge pull request #2405 from arthurschreiber/patch-4Vicent Marti
2014-06-06Update AUTHORSArthur Schreiber
2014-06-06remote: tighten up reference renamingCarlos Martín Nieto
2014-06-06remote: failing test for renameCarlos Martín Nieto
2014-06-04Merge pull request #2399 from libgit2/cmn/path-to-pathVicent Marti
2014-06-04Merge pull request #2395 from libgit2/cmn/ref-iter-concurrentRussell Belfer
2014-06-03clone: re-use the local transport's path resolutionCarlos Martín Nieto
2014-06-03Merge pull request #2389 from arthurschreiber/arthur/set-error-when-no-remote...Vicent Marti
2014-06-03Merge pull request #2396 from libgit2/cmn/docstuffVicent Marti
2014-06-03Plug a leak in the testsCarlos Martín Nieto
2014-06-03index: split GIT_IDXENTRY into two flag enumsCarlos Martín Nieto
2014-06-03Formatting fixes for the docsCarlos Martín Nieto
2014-06-02refs: copy the packed refs on iterationCarlos Martín Nieto
2014-06-02refs: failing test for concurrent ref accessCarlos Martín Nieto
2014-06-01Merge pull request #2392 from libgit2/cmn/remote-deleteVicent Marti
2014-06-01remote: build up the list of refs to removeCarlos Martín Nieto
2014-05-31Merge pull request #2391 from libgit2/rb/clean-up-diff-binary-printVicent Marti
2014-05-31minor cleanupsRussell Belfer
2014-05-31Clean up the handling of large binary diffsRussell Belfer
2014-05-30Remote: Set an error when a remote cannot be found.Arthur Schreiber
2014-05-30Merge pull request #2388 from ethomson/safecrlf_ignore_warnVicent Marti
2014-05-30Ignore core.safecrlf=warn until we have a warn infrastructureEdward Thomson
2014-05-30Merge pull request #2358 from arthurschreiber/arthur/normalize-ref-names-on-c...Vicent Marti
2014-05-30Refs: Extend unicode test for branch creation.Arthur Schreiber
2014-05-30Refs: Add a unicode test for git_branch_move.Arthur Schreiber
2014-05-30Refs: Introduce `git_refname_t`.Arthur Schreiber
2014-05-30Refs: Fix some issue when core.precomposeunicode = true.Arthur Schreiber
2014-05-30config: initialize the errorCarlos Martín Nieto