summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Flag optional parameters for apply and popRemy Suen2017-02-091-2/+2
* Flag checkout_opts in git_reset as optionalRemy Suen2017-02-051-1/+1
* Flag given_opts in git_revert as optionalRemy Suen2017-02-041-1/+1
* Update docs for git_oid_fromstrn and pMatthew Plough2017-01-271-5/+4
* parameter 'id' not found in the function declarationEtienne Samson2017-01-231-1/+1
* Merge branch 'pr/3912'Edward Thomson2017-01-211-0/+10
|\
| * symbolic ref target validation: fixupsEdward Thomson2017-01-211-10/+8
| * Make symbolic ref target validation optionalRichard Ipsum2016-08-271-0/+13
* | Merge pull request #3892 from mitesch/shared_bufferEdward Thomson2017-01-211-0/+13
|\ \
| * | write_tree: use shared buffer for writing treesMichael Tesch2016-12-121-0/+13
* | | Merge branch 'master' into pr/3938Edward Thomson2017-01-219-12/+72
|\ \ \
| * | | Allow for caching of submodules.Brock Peabody2017-01-201-0/+29
| * | | merge: set default rename thresholdEdward Thomson2017-01-011-1/+2
| * | | Merge pull request #3980 from tiennou/doc-fixesv0.25.0-rc2v0.25.0Carlos Martín Nieto2016-12-203-5/+17
| |\ \ \
| | * | | transaction: fix documentationEtienne Samson2016-11-011-0/+9
| | * | | remote: fix documentation and indentEtienne Samson2016-11-011-1/+3
| | * | | remote: unused function typedefEtienne Samson2016-11-011-2/+0
| | * | | describe: fix documentationEtienne Samson2016-11-011-2/+5
| * | | | settings: clarify what each value meanscmn/https-cap-no-hardcodeCarlos Martín Nieto2016-12-171-0/+18
| * | | | remote: fix typo in git_fetch_init_options docsJosh Bleecher Snyder2016-12-021-1/+1
| * | | | 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
* | | | Update submodule update opts init as per code reviewJosh Leeb-du Toit2016-10-101-1/+1
* | | | Remove `clone_checkout_strategy` in submodule update optsJosh Leeb-du Toit2016-10-101-11/+2
|/ / /
* | | 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