summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* commit: split creating the commit and writing it outcmn/commit-to-memoryCarlos Martín Nieto2016-03-081-0/+46
* Bump version to 0.24.0Carlos Martín Nieto2016-03-031-3/+3
* git_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJECT_CREATION`Edward Thomson2016-02-281-0/+9
* Merge pull request #3628 from pks-t/pks/coverity-fixesEdward Thomson2016-02-251-1/+1
|\
| * index: fix contradicting comparisonPatrick Steinhardt2016-02-231-1/+1
* | giterr_set_str: remove `GITERR_OS` documentationEdward Thomson2016-02-231-5/+0
|/
* git_libgit2_opts: document GIT_OPT_SET_USER_AGENTEdward Thomson2016-02-221-0/+6
* Fix a few checkout -> rebase typoscmn/typoCarlos Martín Nieto2016-02-221-1/+1
* Merge pull request #3597 from ethomson/filter_registrationCarlos Martín Nieto2016-02-191-25/+34
|\
| * filter: clean up documentation around custom filtersEdward Thomson2016-02-091-25/+34
* | commit: expose the different kinds of errorsCarlos Martín Nieto2016-02-161-0/+6
* | rebase: persist a single in-memory indexEdward Thomson2016-02-151-6/+15
* | rebase: allow custom merge_optionsEdward Thomson2016-02-111-1/+7
* | rebase: introduce inmemory rebasingEdward Thomson2016-02-111-1/+16
* | Merge pull request #3599 from libgit2/gpgsignVicent Marti2016-02-091-0/+12
|\ \
| * | Introduce git_commit_extract_signaturegpgsignCarlos Martín Nieto2016-02-091-0/+12
* | | Better document `git_merge_commits` reduxEdward Thomson2016-02-081-8/+0
| |/ |/|
* | Merge pull request #3584 from jbreeden/export_fnEdward Thomson2016-02-041-1/+1
|\ \
| * | Export git_stash_apply_init_optionsjbreeden2016-01-231-1/+1
| |/
* | Fix typoEphemera2016-02-051-1/+1
* | Fix a typo in documentationNicolas Vanheuverzwijn2016-02-031-1/+1
|/
* Merge pull request #3546 from Cruel/masterEdward Thomson2015-12-261-1/+1
|\
| * Fix a couple function signaturesThomas Edvalson2015-12-141-1/+1
* | fix git_blob_create_fromchunks documentationtepas2015-12-161-2/+2
|/
* Merge pull request #3521 from pks-t/blame-line-overflowEdward Thomson2015-12-141-6/+6
|\
| * blame: use size_t for line counts in git_blame_hunkPatrick Steinhardt2015-12-011-6/+6
* | Merge pull request #3522 from pks-t/email-format-commit-messageCarlos Martín Nieto2015-12-102-1/+17
|\ \
| * | diff: include commit message when formatting patchPatrick Steinhardt2015-12-011-1/+4
| * | commit: introduce `git_commit_body`Patrick Steinhardt2015-12-011-0/+13
| |/
* | Play nice with the docs.typedef-submodule-cbjoshaber2015-12-081-5/+4
* | Use a typedef for the submodule_foreach callback.joshaber2015-12-081-1/+13
|/
* recursive merge: add a recursion limitEdward Thomson2015-11-251-0/+8
* merge: add simple recursive testEdward Thomson2015-11-251-4/+12
* merge: rename `git_merge_tree_flags_t` -> `git_merge_flags_t`Edward Thomson2015-11-251-17/+19
* repository: distinguish sequencer cherry-pick and revertcmn/repository-state-sequencerCarlos Martín Nieto2015-11-201-0/+2
* settings: allow users to set PROGRAMDATAEdward Thomson2015-11-161-5/+6
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-2/+3
|\
| * Merge branch 'master' into nsec_fix_nextAxel Rasmussen2015-10-014-3/+23
| |\
| * | settings: expose GIT_USE_NSEC flag in git_libgit2_featuresAxel Rasmussen2015-09-181-2/+3
* | | settings: add a setter for a custom user-agentCarlos Martín Nieto2015-11-121-0/+3
* | | stream: allow registering a user-provided TLS constructorcmn/tls-registerCarlos Martín Nieto2015-11-031-0/+13
* | | Add diff progress callback.Jason Haslam2015-11-021-5/+24
* | | Fix build for custom transport usersLeo Yang2015-10-301-0/+1
* | | merge: Implement `GIT_MERGE_TREE_SKIP_REUC`Vicent Marti2015-10-271-0/+5
* | | Merge pull request #3477 from linquize/inttypes.hEdward Thomson2015-10-231-1/+1
|\ \ \
| * | | inttypes.h is built-in header file since MSVC 2013Linquize2015-10-221-1/+1
* | | | merge: add GIT_MERGE_TREE_FAIL_ON_CONFLICTEdward Thomson2015-10-222-0/+8
|/ / /
* | | Merge pull request #3475 from libgit2/cmn/programdata-configEdward Thomson2015-10-211-5/+19
|\ \ \
| * | | config: add a ProgramData levelcmn/programdata-configCarlos Martín Nieto2015-10-211-5/+19
* | | | win32: add c linkage guard around inttypes.h inclusionEdward Thomson2015-10-211-6/+8
|/ / /