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-01-03Include checkout options inlineBen Straub
2012-12-20Rename remote creation APIsBen Straub
2012-12-20Initialize variableBen Straub
2012-12-20Clone: trust but verifyBen Straub
2012-12-20Add more clone options. Push test suite segfaults.Ben Straub
2012-12-15Move non-options back out of options structBen Straub
2012-12-15Deploy git_clone_options; remove git_clone_bareBen Straub
2012-12-13Stop premature remote freeing when cloningBen Straub
2012-12-13Convert clone to use dangling remotesBen Straub
2012-11-28API updates for remote.hBen Straub
2012-11-28More external API cleanupVicent Marti
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-14Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí
2012-11-11create FETCH_HEAD specially instead of as a ref fileEdward Thomson
2012-11-10Extensions to rmdir and mkdir utilitiesRussell Belfer
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-10-25Remove 'bytes' param from git_remote_downloadBen Straub
2012-10-25Network progress: rename thingsBen Straub
2012-10-20Clone: in-line callbacks for progressBen Straub
2012-10-20Fix clone.c's indentationBen Straub
2012-10-20Fetch/indexer: progress callbacksBen Straub
2012-10-20Remove checkout_stats from git_cloneBen Straub
2012-10-20Convert checkout_* to use progress callbackBen Straub
2012-10-20Convert checkout_index to use progress callbackBen Straub
2012-10-20Add git_indexer_stats field to git_remoteBen Straub
2012-10-18Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer
2012-10-15clone: fix detection of remote HEADnulltoken
2012-10-15clone: Explicit support of no-checkout optionnulltoken
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer
2012-10-09Fix compiler warningsMichael Schubert
2012-10-08clone: fix cloning of empty repositorynulltoken
2012-10-08clone: leverage refspec transformnulltoken
2012-10-08clone: align type casing with conventionnulltoken
2012-10-07clone: deploy git_repository_set_head() usagenulltoken
2012-10-07remote: use constants for well-known namesnulltoken
2012-10-07refs: use constants for well-known namesnulltoken
2012-09-17checkout: introduce git_checkout_tree()nulltoken
2012-09-14Remove unnecessary includeRussell Belfer
2012-09-06checkout: cleanup misplaced declarationnulltoken
2012-08-02Clean up a TODO comment.Ben Straub
2012-07-28Checkout: add head- and ref-centric checkouts.Ben Straub
2012-07-27Adjust for msvc pedantry.Ben Straub
2012-07-27Fix mismatched git_branch_create args.Ben Straub
2012-07-27Use new git_remote_update_tips signature.Ben Straub
2012-07-27Restructure for better checkout optionsBen Straub
2012-07-26checkout: introduce git_checkout_optsBen Straub
2012-07-11Add git_path_is_empty_dir.Ben Straub
2012-07-11Add git_path_is_dot_or_dotdot.Ben Straub
2012-07-10Reindent.Ben Straub
2012-07-10Tabify.Ben Straub