summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4159 from richardipsum/notes-commitEdward Thomson2017-12-301-0/+89
|\
| * notes: Add git_note_commit_iterator_newRichard Ipsum2017-10-071-0/+14
| * notes: Add git_note_commit_removeRichard Ipsum2017-10-071-0/+26
| * notes: Add git_note_commit_readRichard Ipsum2017-10-071-0/+19
| * notes: Add git_note_commit_createRichard Ipsum2017-10-071-0/+30
* | Merge pull request #4318 from Uncommon/amend_statusEdward Thomson2017-12-011-0/+4
|\ \
| * | status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull2017-11-301-0/+4
* | | Include git2/worktree.h in git2.hapnadkarni2017-11-251-0/+1
* | | diff: expose the "indent heuristic" in the diff optionsCarlos Martín Nieto2017-11-191-0/+6
* | | signature: distinguish +0000 and -0000 UTC offsetsHenry Kleynhans2017-11-121-0/+1
* | | describe.h: fix spelling in commentsKen Dreyer2017-11-101-1/+1
* | | config: pass repository when opening config filesPatrick Steinhardt2017-10-092-1/+7
* | | repository: constify several repo parameters for gettersPatrick Steinhardt2017-10-091-6/+6
|/ /
* | remote: add typedef to normalize push_update_reference callbackCarson Howard2017-10-061-4/+16
* | graph: document that a commit isn't a descendant of itselfJacob Wahlgren2017-10-061-0/+3
* | Docs: Fix inline comments for git_diff_hunkAlpha2017-08-111-6/+6
* | Merge pull request #4304 from pks-t/pks/patch-buffersEdward Thomson2017-07-311-2/+2
|\ \
| * | patch_generate: represent buffers as void pointersPatrick Steinhardt2017-07-101-2/+2
* | | Merge pull request #4323 from libgit2/ethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
|\ \ \
| * | | Remove unused 'sys/remote.h' headerethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
* | | | Merge branch '4233'Edward Thomson2017-07-311-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | remote: add function to create detached remotesEric Myhre2017-05-051-0/+18
* | | | 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