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
2015-05-29Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto
2015-05-29Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson
2015-05-28Merge pull request #3139 from ethomson/diff_conflictsCarlos Martín Nieto
2015-05-28Merge pull request #3127 from libgit2/cmn/remote-fixupsCarlos Martín Nieto
2015-05-28Introduce `GIT_DIFF_FLAG_EXISTS`Edward Thomson
2015-05-28introduce `git_index_entry_is_conflict`Edward Thomson
2015-05-28diff/status: introduce conflictsEdward Thomson
2015-05-28conflicts: when adding conflicts, remove stagedEdward Thomson
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-27cred: Declare GIT_CREDTYPE_SSH_MEMORY unconditionallyMichał Górny
2015-05-27Return an error when ssh memory credentials are not supported.David Calavera
2015-05-27Add support to read ssh keys from memory.David Calavera
2015-05-24cred_helpers: Add 'const' qualifiers to git_cred_userpass_payloadMichał Górny
2015-05-20Fix error when building as C++.Jason Haslam
2015-05-20Add a missing include for resetCarlos Martín Nieto
2015-05-20errors: add GIT_EEOF to indicate early EOFCarlos Martín Nieto
2015-05-17remote: get rid of the run-time refspec settersCarlos Martín Nieto
2015-05-15Add `const` qualifierYury G. Kudryashov
2015-05-13Merge pull request #3118 from libgit2/cmn/stream-sizeEdward Thomson
2015-05-13Merge pull request #3117 from libgit2/cmn/index-more-accurateEdward Thomson
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-05-13odb: make the writestream's size a git_off_tCarlos Martín Nieto
2015-05-12index: make the entries have more accurate sizesCarlos Martín Nieto
2015-05-11checkout: better document the `baseline_index` optEdward Thomson
2015-05-11stash_apply: provide progress callbacksEdward Thomson
2015-05-11stash_apply: provide its own options structureEdward Thomson
2015-05-11stash apply: default to at least GIT_CHECKOUT_SAFEEdward Thomson
2015-05-11stash: document merge conflictsEdward Thomson
2015-05-11stash: refactor to use merge_iteratorsEdward Thomson
2015-05-11checkout: allow baseline to be specified as indexEdward Thomson
2015-05-11Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour
2015-05-04checkout: break case-changes into delete/addEdward Thomson
2015-05-01Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson
2015-04-30Update documentation for API changesJameson Miller
2015-04-21rebase: correct documentation, CHANGELOGEdward Thomson
2015-04-21rebase: include checkout opts within rebase optsEdward Thomson
2015-04-20rebase: init and open take a rebase_optionsEdward Thomson
2015-04-20rebase: take `checkout_options` where appropriateEdward Thomson
2015-04-20reset: `git_checkout_options` is `const`Edward Thomson
2015-04-20rebase: identify a rebase that has not startedEdward Thomson
2015-04-19push: report the update plan to the callerCarlos Martín Nieto
2015-04-17Merge pull request #2999 from pks-t/submodule-set-urlEdward Thomson