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
path: root/src
AgeCommit message (Expand)Author
2013-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-11-27posix: Solaris doesn't have strnlen eitherAlessandro Ghedini
2013-11-20ssh: add support for ssh-agent authenticationAlessandro Ghedini
2013-11-19Merge pull request #1966 from nickh/patch_content_offsetsVicent Martí
2013-11-19util: NetBSD doesn't have qsort_r eitherAlessandro Ghedini
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-18Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson
2013-11-18Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson
2013-11-14Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí
2013-11-13Fix warningsRussell Belfer
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-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-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
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-11-11remote: don't allow such direct access to the refspecsCarlos Martín Nieto
2013-11-10config_file: styleVicent Marti
2013-11-10Merge pull request #1950 from csware/quote-config-valuesVicent Martí
2013-11-10Merge pull request #1936 from libgit2/better-url-parsingVicent Martí
2013-11-08splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia
2013-11-07Allow callers to set mode on packfile creationEdward Thomson
2013-11-07Rename methodSven Strickroth
2013-11-07Add git_packbuilder_hash to query pack filenameEdward Thomson
2013-11-07allowing create remote with custom fetch specVictor Garcia
2013-11-07Correctly quote config values while savingSven Strickroth
2013-11-06don't double free pktEdward Thomson
2013-11-06Merge pull request #1946 from arthurschreiber/change-branch-iterator-definitionCarlos Martín Nieto
2013-11-05Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber
2013-11-05Blame: change signature to be more binding-friendlyBen Straub
2013-11-05Make url decoding more bulletproofbetter-url-parsingBen Straub
2013-11-05Fix MSVC 64-bit warningsBen Straub
2013-11-05Remove unnecessary checkBen Straub
2013-11-05Incorporate feedbackBen Straub
2013-11-05Plug configuration file search paths leaksnulltoken
2013-11-05Plug git_merge() related leaksnulltoken
2013-11-05merge branch into current, updating workdirEdward Thomson