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-11-19Merge pull request #1967 from victorgp/cleaning-code-minor-changeVicent Martí
2013-11-19cleaning code, removing unused variablesVictor Garcia
2013-11-19Fix warningsRussell Belfer
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-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-08splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia
2013-11-07allowing create remote with custom fetch specVictor Garcia
2013-11-02remote: store dwimed refspecs separatelyCarlos Martín Nieto
2013-11-02remote: create FETCH_HEAD with a refspecless remoteCarlos Martín Nieto
2013-11-01Set new multivar values using unmatcheable regexp.Daniel Rodríguez Troitiño
2013-11-01Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño
2013-10-28The "common.h" should be included before "config.h".Cheng Zhao
2013-10-02clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto
2013-10-02remote: add a convenience 'fetch' function.Carlos Martín Nieto
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-10-02remote: put the _download() callback with the othersCarlos Martín Nieto
2013-09-24Remove regex usage from places that don't need itRussell Belfer
2013-09-21Merge pull request #1840 from linquize/warningVicent Martí
2013-09-19Fix warningLinquize
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-08-28Merge pull request #1803 from libgit2/ntk/topic/even_more_lenient_remote_parsingVicent Martí
2013-08-28Merge pull request #1772 from libgit2/config-iterVicent Martí
2013-08-27remote: Make git_remote_list() detect pushurlnulltoken
2013-08-27remote: Relax the parsing logic even morenulltoken
2013-08-27remote: Don't parse missing urls as empty stringsnulltoken
2013-08-27remote: Warn the user when connecting with no urlnulltoken
2013-08-27remote: Assert proper GIT_DIRECTION_XXXX valuesnulltoken
2013-08-14Merge pull request #1780 from phkelley/developmentVicent Martí
2013-08-14remote: relax the url rulesCarlos Martín Nieto
2013-08-13Respect GIT_SSL_NO_VERIFY and http.sslVerifyPhilip Kelley
2013-08-08config: get_multivar -> get_multivar_foreachCarlos Martín Nieto
2013-07-15Add `git_remote_owner`Etienne Samson
2013-06-11Fix some memory leaksRussell Belfer
2013-06-03Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí
2013-05-30Proposal to handle default value (auto = 0)yorah
2013-05-30remote: make default tag retrieving behaviour consistentyorah
2013-05-30...Aaaand this worksVicent Marti
2013-05-28Liike thisVicent Marti
2013-05-15Fetch should not fail when remote HEAD reference is not present locallyJameson Miller
2013-05-11Merge pull request #1385 from carlosmn/refs-iterEdward Thomson
2013-05-11Move a couple more functions to use iteratorsCarlos Martín Nieto
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-09Merge pull request #1561 from arrbee/fix-windows-diff-eofnlVicent Martí
2013-05-07Fix win32 type warningsRussell Belfer
2013-05-07remote: correctly interpret tagopt '--tags'Carlos Martín Nieto
2013-05-02Factor out some code that needed to clear errorsRussell Belfer