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-06-26Merge pull request #3259 from ethomson/stash_apply_arghCarlos Martín Nieto
2015-06-26Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson
2015-06-26stash: don't allow apply with staged changesEdward Thomson
2015-06-25Merge pull request #3246 from libgit2/cmn/dont-grow-borrowedEdward Thomson
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-06-25errors: introduce EINVALIDCarlos Martín Nieto
2015-06-25blob: don't recomment using git_buf_growCarlos Martín Nieto
2015-06-25Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto
2015-06-24curl: extract certificate informationCarlos Martín Nieto
2015-06-24stream: add support for setting a proxyCarlos Martín Nieto
2015-06-24Merge pull request #3131 from urkud/const-charEdward Thomson
2015-06-22submodule: remove the RESET enum valuesCarlos Martín Nieto
2015-06-22submodule: get rid of `_save()`Carlos Martín Nieto
2015-06-22submodule: make `_set_url()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto
2015-06-22submodule: make `_set_update()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: add an ignore option to statusCarlos Martín Nieto
2015-06-22submodule: don't let status change an existing instanceCarlos Martín Nieto
2015-06-22submodule: make set_ignore() affect the configurationCarlos Martín Nieto
2015-06-22commit: allow retrieving an arbitrary header fieldCarlos Martín Nieto
2015-06-19index: use the checksum to check whether it's been modifiedCarlos Martín Nieto
2015-06-12diff: introduce binary diff callbacksEdward Thomson
2015-06-11Merge pull request #3155 from mgorny/userpass-constCarlos Martín Nieto
2015-06-10Introduce `git_filter_list_contains`Edward Thomson
2015-05-31Include git2/transaction.hCarlos Martín Nieto
2015-05-31remote: apply insteadOf configuration.Patrick Steinhardt
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