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
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2018-11-02remote: add a flag to prevent generation of the default fetchspecEtienne Samson
2018-11-02remote: add a creation flag for ignoring url.insteadOfEtienne Samson
2018-11-02remote: provide a generic API for creating remotesEtienne Samson
2018-08-29push: make the parallelism default follow the docsEtienne Samson
2018-05-07docs: standardize comment block for git_*_init_options functionsEtienne Samson
2018-03-27remote/proxy: fix git_transport_certificate_check_db commentCarson Howard
2017-10-06remote: add typedef to normalize push_update_reference callbackCarson Howard
2017-05-05remote: add function to create detached remotesEric Myhre
2017-05-01git_remote_push: document that NULL refspecs allowedEdward Thomson
2017-03-20Fix typo in remote.h APIRemy Suen
2016-12-20Merge pull request #3980 from tiennou/doc-fixesCarlos Martín Nieto
2016-12-03remote: fix typo in git_fetch_init_options docsJosh Bleecher Snyder
2016-11-01remote: fix documentation and indentEtienne Samson
2016-11-01remote: unused function typedefEtienne Samson
2016-04-19proxy: ask the user for credentials if necessaryCarlos Martín Nieto
2016-04-13Add missing ')' to callbacks documentationJosh Junon
2015-09-10Accept custom headers for fetch tooMatt Burke
2015-09-08Tell the git_transport about the custom_headersMatt Burke
2015-09-08Add custom_headers to git_push_optionsMatt Burke
2015-09-08Drop extra_http_headers from git_remoteMatt Burke
2015-09-04Allow the world to set HTTP headers for remotesMatt Burke
2015-07-20Document git_fetch_options struct and fix typo.Ryan Roden-Corrent
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-05-31remote: apply insteadOf configuration.Patrick Steinhardt
2015-05-28Merge pull request #3127 from libgit2/cmn/remote-fixupsCarlos Martín Nieto
2015-05-28remote: validate refspecs before adding to configCarlos Martín Nieto
2015-05-28remote: remove fetch parameter from create_anonymousCarlos Martín Nieto
2015-05-20Fix error when building as C++.Jason Haslam
2015-05-17remote: get rid of the run-time refspec settersCarlos Martín Nieto
2015-05-13remote: remove git_remote_save()Carlos Martín Nieto
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-05-13remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto
2015-05-13remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto
2015-05-13remote: move the transport ctor to the callbacksCarlos Martín Nieto
2015-05-13remote: add prune option to fetchCarlos Martín Nieto
2015-05-13remote: remove url and pushurl from the save logicCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-04-19push: report the update plan to the callerCarlos Martín Nieto
2015-03-03push: remove reflog message overrideCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-12-30Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson
2014-12-30remote: remove git_push from the public APICarlos Martín Nieto
2014-12-14fetch: remove the prune setterCarlos Martín Nieto
2014-12-14remote: prune refs when fetchingLinquize
2014-12-06doc: add documentation to all the public structs and enumsCarlos Martín Nieto
2014-12-05Spelling fixesWill Stamper
2014-11-19remote: don't say we free the remote on disconnectCarlos Martín Nieto
2014-11-19remote: clarify which list of references _ls() returnsCarlos Martín Nieto
2014-11-09remote: use configured push refspecs if none are givenCarlos Martín Nieto