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-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-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-10-02clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto
2013-10-02clone: bring back NULL as defaultsCarlos Martín Nieto
2013-10-02clone: re-allow using a custom remote nameCarlos Martín Nieto
2013-10-02clone: const-ify checkout optionsCarlos Martín Nieto
2013-10-02clone: re-add a way to ignore certificate errorsCarlos Martín Nieto
2013-10-02clone: remove more options from basic cloneCarlos Martín Nieto
2013-10-02clone: implement git_clone on top of git_clone_intoCarlos Martín Nieto
2013-10-02clone: remove the autotag optionCarlos Martín Nieto
2013-10-02remote: add a convenience 'fetch' function.Carlos Martín Nieto
2013-10-02clone: implement git_clone_intoCarlos 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-17No such thing as an orphan branchCarlos Martín Nieto
2013-09-17clone: Anal as fuckVicent Marti
2013-09-16git_clone supports optional init_optionsLinquize
2013-07-01Make refspec_transform paranoid about argumentsRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-03Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí
2013-05-31Merge pull request #1621 from NHDaly/clone_transport_flagsVicent Martí
2013-05-31Added support for setting transport flags (No check SSL cert) to git_clone call.Nathan Daly
2013-05-30Proposal to handle default value (auto = 0)yorah
2013-05-30What are the chances, reallyVicent Marti
2013-05-16Fix trailing whitespacesnulltoken
2013-05-11Merge pull request #1385 from carlosmn/refs-iterEdward Thomson
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-10clone: fix -Wmaybe-uninitialized warningMichael Schubert
2013-05-06Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí
2013-05-04Do not write tagopt configuration option on clone by defaultJameson Miller
2013-05-01fix typoRussell Belfer
2013-05-01Simplify error reportingRussell Belfer
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-23Clone: replace fetch spec with custom valueBen Straub
2013-04-20remote: allow querying for refspecsCarlos Martín Nieto
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-03-01Clone should not delete directories it did not createJameson Miller
2013-02-12Merge pull request #1316 from ben/clone-cancelRussell Belfer
2013-02-07Clone: fetch all tagsBen Straub
2013-02-05Allow progress callback to cancel fetchBen Straub
2013-01-27Fix fail clone local repo which head detatchedFrank Li
2013-01-11Add missing git_buf_freeSascha Cunz
2013-01-11Implement analog for 'git checkout --branch xxx ...'Sascha Cunz
2013-01-11Fix possible free'ing of unitialized pointer in error caseSascha Cunz
2013-01-09update copyrightsEdward Thomson
2013-01-06Merge pull request #1196 from scunz/allow_clone_without_master_branchVicent Martí
2013-01-06clone: Fix a memory leaknulltoken
2013-01-06Allow to clone repositories that don't have a `master` branchSascha Cunz
2013-01-05Oh yeah, bugs from my rebaseRussell Belfer