summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove traces of `git_blob_create_fromchunks`Arthur Schreiber2016-04-261-41/+0
* Allow creating copies of `git_reference` objects.Arthur Schreiber2016-04-221-0/+11
* proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-191-10/+5
* proxy: add a payload field for the proxy optionsCarlos Martín Nieto2016-04-192-0/+22
* net: use proxy options struct in the stream configCarlos Martín Nieto2016-04-191-1/+2
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-192-4/+19
* proxy: introduce a proxy options structCarlos Martín Nieto2016-04-192-0/+92
* Add missing ')' to callbacks documentationJosh Junon2016-04-121-1/+1
* Add a no-op size_t typedef for the doc parsercmn/typedef-sizetCarlos Martín Nieto2016-03-311-0/+8
* git_object_dup: introduce typesafe versionsEdward Thomson2016-03-234-0/+36
* blob: introduce creating a blob by writing into a streamCarlos Martín Nieto2016-03-221-0/+43
* merge driver: remove `check` callbackEdward Thomson2016-03-171-62/+6
* merge driver: improve inline documentationEdward Thomson2016-03-171-18/+21
* merge driver: allow custom default driverEdward Thomson2016-03-171-1/+10
* merge driver: introduce custom merge driversEdward Thomson2016-03-171-0/+230
* Merge pull request #3673 from libgit2/cmn/commit-with-signatureEdward Thomson2016-03-171-0/+21
|\
| * commit: add function to attach a signature to a commitcmn/commit-with-signatureCarlos Martín Nieto2016-03-151-0/+21
* | Setup better defaults for OpenSSL ciphersDirkjan Bussink2016-03-141-0/+6
* | Merge pull request #3636 from nerdishbynature/fix-non-modular-header-in-moduleCarlos Martín Nieto2016-03-111-1/+2
|\ \ | |/ |/|
| * Check for __CLANG_INTTYPES_HPiet Brauer2016-03-111-1/+2
* | Merge pull request #3656 from ethomson/exists_prefixesVicent Marti2016-03-081-1/+47
|\ \
| * | git_odb_expand_ids: accept git_odb_expand_id arrayEdward Thomson2016-03-081-10/+25
| * | git_odb_expand_ids: rename func, return the typeEdward Thomson2016-03-081-6/+7
| * | git_odb_exists_many_prefixes: query odb for multiple short idsEdward Thomson2016-03-071-1/+31
* | | commit: split creating the commit and writing it outcmn/commit-to-memoryCarlos Martín Nieto2016-03-081-0/+46
|/ /
* | Bump version to 0.24.0Carlos Martín Nieto2016-03-031-3/+3
* | git_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJECT_CREATION`Edward Thomson2016-02-281-0/+9
* | Merge pull request #3628 from pks-t/pks/coverity-fixesEdward Thomson2016-02-251-1/+1
|\ \ | |/ |/|
| * index: fix contradicting comparisonPatrick Steinhardt2016-02-231-1/+1
* | giterr_set_str: remove `GITERR_OS` documentationEdward Thomson2016-02-231-5/+0
|/
* git_libgit2_opts: document GIT_OPT_SET_USER_AGENTEdward Thomson2016-02-221-0/+6
* Fix a few checkout -> rebase typoscmn/typoCarlos Martín Nieto2016-02-221-1/+1
* Merge pull request #3597 from ethomson/filter_registrationCarlos Martín Nieto2016-02-191-25/+34
|\
| * filter: clean up documentation around custom filtersEdward Thomson2016-02-091-25/+34
* | commit: expose the different kinds of errorsCarlos Martín Nieto2016-02-161-0/+6
* | rebase: persist a single in-memory indexEdward Thomson2016-02-151-6/+15
* | rebase: allow custom merge_optionsEdward Thomson2016-02-111-1/+7
* | rebase: introduce inmemory rebasingEdward Thomson2016-02-111-1/+16
* | Merge pull request #3599 from libgit2/gpgsignVicent Marti2016-02-091-0/+12
|\ \
| * | Introduce git_commit_extract_signaturegpgsignCarlos Martín Nieto2016-02-091-0/+12
* | | Better document `git_merge_commits` reduxEdward Thomson2016-02-081-8/+0
| |/ |/|
* | Merge pull request #3584 from jbreeden/export_fnEdward Thomson2016-02-041-1/+1
|\ \
| * | Export git_stash_apply_init_optionsjbreeden2016-01-231-1/+1
| |/
* | Fix typoEphemera2016-02-051-1/+1
* | Fix a typo in documentationNicolas Vanheuverzwijn2016-02-031-1/+1
|/
* Merge pull request #3546 from Cruel/masterEdward Thomson2015-12-261-1/+1
|\
| * Fix a couple function signaturesThomas Edvalson2015-12-141-1/+1
* | fix git_blob_create_fromchunks documentationtepas2015-12-161-2/+2
|/
* Merge pull request #3521 from pks-t/blame-line-overflowEdward Thomson2015-12-141-6/+6
|\
| * blame: use size_t for line counts in git_blame_hunkPatrick Steinhardt2015-12-011-6/+6