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
2013-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-12-01Merge pull request #1975 from nikai3d/patch-2Vicent Martí
2013-12-01fix typos in docsNicolas Kaiser
2013-11-27Merge pull request #1974 from ghedo/strnlenVicent Martí
2013-11-27posix: Solaris doesn't have strnlen eitherAlessandro Ghedini
2013-11-20Merge pull request #1972 from ghedo/ssh_agentVicent Martí
2013-11-20transport: document ssh-agent authenticationAlessandro Ghedini
2013-11-20ssh: add support for ssh-agent authenticationAlessandro Ghedini
2013-11-20libgit2 0.20.0 "anmeldung"v0.20.0Vicent Marti
2013-11-20Formatting fix for cred_acquire_cbCarlos Martín Nieto
2013-11-19Merge pull request #1966 from nickh/patch_content_offsetsVicent Martí
2013-11-19Merge pull request #1970 from ghedo/netbsd_qsortVicent Martí
2013-11-19util: NetBSD doesn't have qsort_r eitherAlessandro Ghedini
2013-11-19Merge pull request #1969 from libgit2/ntk/fix/drop_commentVicent Martí
2013-11-19tests: Drop unrelated commentnulltoken
2013-11-19Merge pull request #1968 from libgit2/ntk/fix/bad_indexVicent Martí
2013-11-19index: Free the index on git_index_open() failurenulltoken
2013-11-19tree-cache: Fix error message typonulltoken
2013-11-19tree-cache: Don't segfault upon corruptionnulltoken
2013-11-19tree-cache: Zero out the allocated tree children arraynulltoken
2013-11-19tree-cache: Free the tree upon the detection of a corrupted childnulltoken
2013-11-19Merge pull request #1967 from victorgp/cleaning-code-minor-changeVicent Martí
2013-11-19cleaning code, removing unused variablesVictor Garcia
2013-11-19Add content offset to git_diff_lineNick Hengeveld
2013-11-19netops: fix leakCarlos Martín Nieto
2013-11-19Fix warningsRussell Belfer
2013-11-18Merge pull request #1960 from ethomson/ntlmVicent Martí
2013-11-18Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson
2013-11-18Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson
2013-11-15Merge pull request #1963 from libgit2/ntk/fix/mailmapVicent Martí
2013-11-15Add missing mappings to .mailmap filenulltoken
2013-11-15Merge pull request #1962 from libgit2/rename-testsVicent Martí
2013-11-15Update files that reference tests-clarBen Straub
2013-11-15Rename tests-clar to testsBen Straub
2013-11-14Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí
2013-11-13Fix warningsRussell Belfer
2013-11-13tests: make a few globals staticsCarlos Martín Nieto
2013-11-13Merge pull request #1958 from libgit2/blame-fixesVicent Martí
2013-11-13Minor cleanupblame-fixesBen Straub
2013-11-13Don't leak memory when duplicating a NULL signatureBen Straub
2013-11-13Fix buffer blame with new lines at end of fileBen Straub
2013-11-13Duplicate all fields of a blame hunkBen Straub
2013-11-13Add some failing blame test casesBen Straub
2013-11-12Merge pull request #1957 from linquize/warning3Vicent Martí
2013-11-12Fix warningsLinquize
2013-11-11Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí
2013-11-11remote: update head list on pushCarlos Martín Nieto
2013-11-11tests: update push testsCarlos Martín Nieto
2013-11-11remote: let's at least pretend to have some memory safetyCarlos Martín Nieto
2013-11-11remote: fix a couple of leaksCarlos Martín Nieto