summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson2015-06-253-6/+6
|\
| * Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-253-6/+6
* | Merge pull request #3246 from libgit2/cmn/dont-grow-borrowedEdward Thomson2015-06-252-6/+5
|\ \ | |/ |/|
| * errors: introduce EINVALIDCarlos Martín Nieto2015-06-241-0/+1
| * blob: don't recomment using git_buf_growCarlos Martín Nieto2015-06-241-6/+4
* | Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto2015-06-243-83/+44
|\ \
| * | submodule: remove the RESET enum valuescmn/submodule-config-stateCarlos Martín Nieto2015-06-222-9/+1
| * | submodule: get rid of `_save()`Carlos Martín Nieto2015-06-221-14/+0
| * | submodule: make `_set_url()` affect the configurationCarlos Martín Nieto2015-06-221-7/+5
| * | submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto2015-06-221-8/+5
| * | submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto2015-06-221-7/+7
| * | submodule: make `_set_update()` affect the configurationCarlos Martín Nieto2015-06-221-13/+8
| * | submodule: add an ignore option to statusCarlos Martín Nieto2015-06-223-6/+6
| * | submodule: don't let status change an existing instanceCarlos Martín Nieto2015-06-221-4/+5
| * | submodule: make set_ignore() affect the configurationCarlos Martín Nieto2015-06-221-16/+8
* | | curl: extract certificate informationCarlos Martín Nieto2015-06-241-0/+12
* | | stream: add support for setting a proxyCarlos Martín Nieto2015-06-241-0/+2
| |/ |/|
* | Merge pull request #3131 from urkud/const-charEdward Thomson2015-06-231-1/+1
|\ \
| * | Add `const` qualifierYury G. Kudryashov2015-05-151-1/+1
* | | commit: allow retrieving an arbitrary header fieldcmn/commit-header-fieldCarlos Martín Nieto2015-06-221-0/+11
| |/ |/|
* | index: use the checksum to check whether it's been modifiedCarlos Martín Nieto2015-06-191-0/+12
* | diff: introduce binary diff callbacksEdward Thomson2015-06-121-0/+55
* | Merge pull request #3155 from mgorny/userpass-constCarlos Martín Nieto2015-06-111-2/+2
|\ \
| * | cred_helpers: Add 'const' qualifiers to git_cred_userpass_payloadMichał Górny2015-05-241-2/+2
* | | Introduce `git_filter_list_contains`Edward Thomson2015-06-101-0/+16
* | | Include git2/transaction.hCarlos Martín Nieto2015-05-311-0/+1
* | | remote: apply insteadOf configuration.Patrick Steinhardt2015-05-311-0/+6
* | | Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto2015-05-291-0/+24
|\ \ \
| * | | cred: Declare GIT_CREDTYPE_SSH_MEMORY unconditionallyMichał Górny2015-05-271-2/+0
| * | | Return an error when ssh memory credentials are not supported.David Calavera2015-05-271-2/+0
| * | | Add support to read ssh keys from memory.David Calavera2015-05-271-0/+28
| |/ /
* | | Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson2015-05-291-1/+1
* | | Merge pull request #3139 from ethomson/diff_conflictsCarlos Martín Nieto2015-05-283-11/+24
|\ \ \
| * | | Introduce `GIT_DIFF_FLAG_EXISTS`Edward Thomson2015-05-281-0/+1
| * | | introduce `git_index_entry_is_conflict`Edward Thomson2015-05-281-0/+9
| * | | diff/status: introduce conflictsEdward Thomson2015-05-282-10/+12
| * | | conflicts: when adding conflicts, remove stagedEdward Thomson2015-05-281-1/+2
| |/ /
* | | Merge pull request #3127 from libgit2/cmn/remote-fixupsCarlos Martín Nieto2015-05-281-32/+6
|\ \ \ | |/ / |/| |
| * | remote: validate refspecs before adding to configCarlos Martín Nieto2015-05-281-2/+2
| * | remote: remove fetch parameter from create_anonymousCarlos Martín Nieto2015-05-281-10/+4
| * | remote: get rid of the run-time refspec settersCarlos Martín Nieto2015-05-171-20/+0
* | | Fix error when building as C++.Jason Haslam2015-05-201-1/+1
* | | Add a missing include for resetCarlos Martín Nieto2015-05-201-0/+1
* | | errors: add GIT_EEOF to indicate early EOFcmn/server-errorsCarlos Martín Nieto2015-05-201-0/+1
|/ /
* | Merge pull request #3118 from libgit2/cmn/stream-sizeEdward Thomson2015-05-133-4/+4
|\ \
| * | odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-133-4/+4
| |/
* | Merge pull request #3117 from libgit2/cmn/index-more-accurateEdward Thomson2015-05-131-10/+15
|\ \
| * | index: make the entries have more accurate sizescmn/index-more-accurateCarlos Martín Nieto2015-05-121-10/+15
| |/
* | remote: remove git_remote_save()Carlos Martín Nieto2015-05-131-15/+2
* | remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-19/+12