summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* cred: add a free function wrappercmn/smart-callbacksCarlos Martín Nieto2015-08-191-0/+11
* transport: provide a way to get the callbacksCarlos Martín Nieto2015-08-191-0/+22
* config: perform unlocking via git_transactioncmn/config-txCarlos Martín Nieto2015-08-121-16/+7
* config: expose locking via the main APICarlos Martín Nieto2015-08-121-0/+27
* config: implement basic transactional supportCarlos Martín Nieto2015-08-121-0/+14
* Make giterr_detach no longer publicMichael Procter2015-08-031-12/+0
* Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto2015-08-015-8/+8
|\
| * Fix remaining documentation warningsBen Chatelain2015-07-272-2/+2
| * Use correct Doxygen trailing comment syntaxBen Chatelain2015-07-271-4/+4
| * Fix @param names in doc commentsBen Chatelain2015-07-273-3/+3
* | Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson2015-07-241-0/+1
|\ \
| * | errors: add EDIRECTORYCarlos Martín Nieto2015-07-121-0/+1
* | | Merge pull request #3305 from libgit2/cmn/reflog-del-backendEdward Thomson2015-07-241-2/+3
|\ \ \ | |_|/ |/| |
| * | refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-121-2/+3
| |/
* | Document git_fetch_options struct and fix typo.Ryan Roden-Corrent2015-07-201-1/+9
|/
* git_cert: child types use proper base typeEdward Thomson2015-07-101-21/+14
* Merge pull request #3281 from ethomson/wildcard_filtersCarlos Martín Nieto2015-07-091-1/+4
|\
| * filters: custom filters with wildcard attributesEdward Thomson2015-07-011-1/+4
* | Merge pull request #3277 from git-up/git_diff_index_to_indexCarlos Martín Nieto2015-07-071-0/+19
|\ \
| * | Added git_diff_index_to_index()Pierre-Olivier Latour2015-06-301-0/+19
* | | 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