summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4197 from pks-t/pks/verify-object-hashesEdward Thomson2017-05-012-0/+9
|\
| * odb: add option to turn off hash verificationPatrick Steinhardt2017-04-281-0/+8
| * odb: verify object hashesPatrick Steinhardt2017-04-281-0/+1
* | Merge pull request #4206 from libgit2/cmn/transport-get-proxyEdward Thomson2017-05-011-0/+10
|\ \
| * | transport: provide a getter for the proxy optionscmn/transport-get-proxyCarlos Martín Nieto2017-04-171-0/+10
* | | git_remote_push: document that NULL refspecs allowedEdward Thomson2017-05-011-2/+2
| |/ |/|
* | global: fix typo in `git_libgit2_init` descriptionPatrick Steinhardt2017-04-211-1/+1
* | Merge pull request #4192 from libgit2/ethomson/win32_posixCarlos Martín Nieto2017-04-172-0/+14
|\ \ | |/ |/|
| * Allow to configure default file share mode for opening filesSven Strickroth2017-04-031-0/+13
| * win32: introduce `do_with_retries` macroEdward Thomson2017-04-011-0/+1
* | Correct typos that reference a non-existing fileRemy Suen2017-04-031-2/+2
|/
* Merge pull request #4163 from pks-t/pks/submodules-with-worktreesEdward Thomson2017-03-221-0/+12
|\
| * worktree: implement `git_worktree_open_from_repository`Patrick Steinhardt2017-03-171-0/+12
* | Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson2017-03-222-1/+9
|\ \
| * | fsync: call it "synchronous" object writingEdward Thomson2017-02-281-2/+2
| * | Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` optionEdward Thomson2017-02-281-0/+8
| * | odb_loose: actually honor the fsync optionEdward Thomson2017-02-281-1/+1
* | | Use proper documentation tagsRemy Suen2017-03-221-6/+6
* | | Fix typo in remote.h APIRemy Suen2017-03-201-1/+1
* | | merge_driver: fix const-correctness for source gettersPatrick Steinhardt2017-03-151-5/+5
| |/ |/|
* | hash: include sha1collisiondetectionEdward Thomson2017-03-031-1/+2
|/
* 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
|\ \ \