summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Bump version number to v0.25cmn/bump-v25Carlos Martín Nieto2016-11-151-3/+3
* proxy: fix typo in documentationPatrick Steinhardt2016-11-011-1/+1
* patch: minor documentation fix.Davide Coppola2016-10-161-1/+1
* docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabledethomson/settings_docsEdward Thomson2016-10-091-1/+2
* revwalk: update the description for the default sortingCarlos Martín Nieto2016-10-061-6/+4
* time: Export `git_time_monotonic`vmg/timeVicent Marti2016-09-131-0/+31
* diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-051-0/+8
* index: support index v4David Turner2016-08-101-0/+25
* diff: document `git_diff_from_buffer`ethomson/doc_diff_from_bufferEdward Thomson2016-08-051-0/+19
* odb: freshen existing objects when writingEdward Thomson2016-08-041-0/+11
* git_diff_file: move `id_abbrev`ethomson/diff_fileEdward Thomson2016-08-031-6/+6
* packbuilder: `size_t` all the thingsEdward Thomson2016-07-241-4/+4
* Add get user agent functionality.Andrius Bentkus2016-07-051-0/+1
* Merge pull request #3711 from joshtriplett/git_repository_discover_defaultEdward Thomson2016-07-011-1/+20
|\
| * Add GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_* environment varsJosh Triplett2016-06-241-1/+16
| * Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.gitJosh Triplett2016-06-241-0/+4
* | submodule: Try to fetch when update fails to find the target commit in the su...Jason Haslam2016-06-281-3/+11
* | Merge pull request #3223 from ethomson/applyEdward Thomson2016-06-252-8/+37
|\ \ | |/ |/|
| * Introduce `git_diff_to_buf`Edward Thomson2016-05-261-0/+15
| * introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+5
| * patch: `git_patch_from_patchfile` -> `git_patch_from_buffer`Edward Thomson2016-05-261-26/+0
| * Introduce git_patch_options, handle prefixesEdward Thomson2016-05-261-1/+14
| * diff: include oid length in deltasEdward Thomson2016-05-261-1/+7
| * Patch parsing from patch filesEdward Thomson2016-05-262-6/+21
| * Introduce git_apply_patchEdward Thomson2016-05-261-1/+2
* | documentation: improve docs for `checkout_head`ethomson/checkout_head_docsEdward Thomson2016-06-151-0/+7
|/
* Introduce a function to create a tree based on a different onecmn/tree-updateCarlos Martín Nieto2016-05-171-0/+46
* Introduce `git_signature_from_buffer`ethomson/signature_from_bufferEdward Thomson2016-04-281-0/+13
* 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