summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.23.4v0.23.4maint/v0.23Carlos Martín Nieto2015-11-121-2/+2
* Fix build for custom transport usersLeo Yang2015-11-041-0/+1
* inttypes.h is built-in header file since MSVC 2013Linquize2015-11-041-1/+1
* win32: add c linkage guard around inttypes.h inclusionEdward Thomson2015-11-041-6/+8
* Update version to 0.23.3Edward Thomson2015-10-051-2/+2
* Bump version to 0.23.2v0.23.2Carlos Martín Nieto2015-09-051-2/+2
* config: correct documentation for non-existent config fileupdate-v23Carlos Martín Nieto2015-09-031-2/+4
* Escape @ in doc commentBen Chatelain2015-09-031-1/+1
* Bump version to v0.23.1v0.23.1Carlos Martín Nieto2015-08-031-2/+2
* Cherry-pick PR #3332: Resolve documentation warningsCarlos Martín Nieto2015-08-035-8/+8
* Document git_fetch_options struct and fix typo.Ryan Roden-Corrent2015-07-281-1/+9
* errors: add EDIRECTORYCarlos Martín Nieto2015-07-281-0/+1
* filter: add docs for streaming filterscmn/filter-docCarlos Martín Nieto2015-07-031-2/+35
* submodule: completely remove reload_allCarlos Martín Nieto2015-07-011-11/+0
* Bump version to 0.23.0 and SOVERSION to 23Carlos Martín Nieto2015-06-281-3/+3
* Merge pull request #3259 from ethomson/stash_apply_arghCarlos Martín Nieto2015-06-261-0/+1
|\
| * stash: don't allow apply with staged changesEdward Thomson2015-06-251-0/+1
* | 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
|\ \ \