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-04-30Merge pull request #1518 from arrbee/export-oid-comparisonVicent Martí
2013-04-30remote: fix a leak when dwim'ing refspecsCarlos Martín Nieto
2013-04-30remote: add resfpec list accessorsCarlos Martín Nieto
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-28remote: dwim the refspecs according to the remote's advertised refsCarlos Martín Nieto
2013-04-20refspec: unify the string and parsed dataCarlos Martín Nieto
2013-04-20remote: allow querying for refspecsCarlos Martín Nieto
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-04-16remote: don't try to update FETCH_HEAD if no extra heads existCarlos Martín Nieto
2013-04-16Allow git_remote_ls after disconnecting from the remoteCarlos Martín Nieto
2013-03-30branch: rename 'tracking' to 'upstream'Carlos Martín Nieto
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-02-12remote: Introduce git_remote_is_valid_name()nulltoken
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-25clone: Prevent segfault upon faulted remote creationnulltoken
2013-01-12Kill vestigal dangling-remote codeBen Straub
2013-01-09update copyrightsEdward Thomson
2013-01-03Remove `inmem` flag, use NULL name insteadBen Straub
2013-01-03Move `url` to last place in parameter listBen Straub
2012-12-27Fix GCC static/non-static compile errorBen Straub
2012-12-24remote: Prevent create() from blindly overwritingnulltoken
2012-12-24Fix indentationsnulltoken
2012-12-21In-memory remotes don't have namesBen Straub
2012-12-21Remote: deprecate dangling, prevent saving in-memoryBen Straub
2012-12-20Rename remote creation APIsBen Straub
2012-12-13Define constant for default fetch specBen Straub
2012-12-13Convert clone to use dangling remotesBen Straub
2012-12-13API to set a dangling remote's repositoryBen Straub
2012-12-13Allow creation of dangling remotesBen Straub
2012-12-10Add a payload param to git_cred_acquire_cbBen Straub
2012-12-05Merge pull request #1115 from ben/struct-versionsVicent Martí
2012-12-01remote: deploy EINVALIDSPEC usagenulltoken
2012-12-01Deploy GITERR_CHECK_VERSIONBen Straub
2012-12-01Deploy versioned git_transport structureBen Straub
2012-12-01Deploy GIT_REMOTE_CALLBACKS_INITBen Straub
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-28Typedef enums.Ben Straub
2012-11-28API updates for remote.hBen Straub
2012-11-28Clean up config.hBen Straub
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-14config: return an emtpy string when there is no valueCarlos Martín Nieto
2012-11-14config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto
2012-11-11create FETCH_HEAD specially instead of as a ref fileEdward Thomson
2012-11-06Basic authentication for http and winhttpPhilip Kelley
2012-11-05'geterr' -> 'giterr'empty-remote-url-crashJustin Spahr-Summers
2012-11-05Set GITERR_INVALID when encountering a NULL remote URLJustin Spahr-Summers
2012-11-05Bail out if remote->url would be NULLJustin Spahr-Summers
2012-11-01Merge pull request #1030 from pwkelley/transportsVicent Martí
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley