summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Remove unused 'sys/remote.h' headerethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
* Merge pull request #4272 from pks-t/pks/patch-idEdward Thomson2017-07-191-0/+45
|\
| * diff: implement function to calculate patch IDPatrick Steinhardt2017-06-261-0/+45
* | git_reset_*: pass parameters as const pointersAndrey Davydov2017-06-301-4/+4
|/
* Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-131-0/+11
* adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of conventionMohseen Mukaddam2017-06-131-1/+1
* repository_item_path: return ENOTFOUND when appropriateEdward Thomson2017-06-121-2/+2
* Update version number to v0.26ethomson/bump-v26Edward Thomson2017-06-111-3/+3
* settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt2017-06-081-3/+3
* Merge branch 'pr/4228'Edward Thomson2017-06-041-10/+57
|\
| * worktree: upgrade lock to an intEdward Thomson2017-06-041-1/+1
| * worktree: switch over worktree pruning to an opts structurePatrick Steinhardt2017-05-051-9/+32
| * worktree: support creating locked worktreesPatrick Steinhardt2017-05-051-1/+3
| * worktree: introduce git_worktree_add optionsPatrick Steinhardt2017-05-021-1/+23
* | 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