summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Minor comment fixDavid Catmull2017-02-161-6/+7
* Merge pull request #4122 from pks-t/pks/signature-dbl-freeEdward Thomson2017-02-131-3/+6
|\
| * commit: clear user-provided buffersPatrick Steinhardt2017-02-131-3/+6
* | Merge pull request #4115 from gsaralms/users/gsaral/optionalOfsDeltaEdward Thomson2017-02-131-0/+11
|\ \ | |/ |/|
| * Changes to provide option to turn off/on ofs_deltaGaurav Saral2017-02-101-0/+11
* | worktree: extract git_worktree_is_prunablePatrick Steinhardt2017-02-131-0/+18
* | branch: implement `git_branch_is_checked_out`Patrick Steinhardt2017-02-131-0/+12
* | worktree: implement functions reading HEADPatrick Steinhardt2017-02-132-1/+26
* | worktree: implement `git_worktree_prune`Patrick Steinhardt2017-02-131-0/+26
* | worktree: implement locking mechanismsPatrick Steinhardt2017-02-131-0/+36
* | worktree: implement `git_worktree_add`Patrick Steinhardt2017-02-131-0/+15
* | worktree: implement `git_worktree_validate`Patrick Steinhardt2017-02-132-0/+13
* | worktree: implement `git_repository_open_from_worktree`Patrick Steinhardt2017-02-131-0/+11
* | worktree: introduce `struct git_worktree`Patrick Steinhardt2017-02-132-0/+20
* | worktree: implement `git_worktree_list`Patrick Steinhardt2017-02-131-0/+37
* | repository: introduce is_worktree variablePatrick Steinhardt2017-02-131-0/+8
* | repository: add function to retrieve paths for repo itemsPatrick Steinhardt2017-02-131-0/+36
* | repository: introduce commondir variablePatrick Steinhardt2017-02-131-0/+11
* | 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