summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mailmap: Clean up mailmap parser, and finish APINika Layzell2018-06-141-16/+103
* mailmap: WIP mailmap supportEmilio Cobos Álvarez2018-06-142-0/+40
* Merge pull request #4680 from pks-t/pks/diff-opts-enumEdward Thomson2018-06-121-6/+6
|\
| * diff: fix enum value being out of allowed rangePatrick Steinhardt2018-06-121-6/+6
* | Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-112-1/+24
|\ \ | |/ |/|
| * buffer: deprecate `git_buf_free` in favor of `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+13
| * common.h: create `GIT_DEPRECATED` macroPatrick Steinhardt2018-06-101-0/+11
* | settings: allow swapping out memory allocatorPatrick Steinhardt2018-06-072-0/+31
* | alloc: make memory allocators use function pointersPatrick Steinhardt2018-06-071-0/+77
|/
* docs: standardize struct git_*_options commentsEtienne Samson2018-05-078-27/+26
* docs: fix comment styleEtienne Samson2018-05-071-3/+6
* attr: fix typoEtienne Samson2018-05-071-1/+1
* branch: typoEtienne Samson2018-05-071-1/+1
* docs: move blame options struct field commentsEtienne Samson2018-05-071-14/+17
* docs: correct defgroupEtienne Samson2018-05-071-1/+1
* docs: fix incorrect codeblock on outputEtienne Samson2018-05-071-35/+35
* docs: move comment so docurium sees itEtienne Samson2018-05-071-1/+1
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-0716-84/+157
* docs: missing documentation commentEtienne Samson2018-05-071-0/+1
* docs: move callback-specific documentation to the callbackEtienne Samson2018-05-071-7/+18
* docs: fix some comment-marker typosEtienne Samson2018-05-073-3/+3
* docs: fix more missing includesEtienne Samson2018-05-074-0/+12
* docs: add buffer.h & oid.h to types.hEtienne Samson2018-05-073-0/+5
* Merge pull request #4640 from mkeeler/worktree-convenience2Patrick Steinhardt2018-04-301-0/+18
|\
| * worktree: add functions to get name and pathMatt Keeler2018-04-251-0/+18
* | Merge pull request #4525 from pks-t/pks/config-iterate-in-orderEdward Thomson2018-04-221-0/+1
|\ \
| * | config_file: move include depth into config entryPatrick Steinhardt2018-03-261-0/+1
* | | Merge pull request #4524 from pks-t/pks/worktree-refsEdward Thomson2018-04-171-1/+2
|\ \ \ | |_|/ |/| |
| * | worktree: add ability to create worktree with pre-existing branchPatrick Steinhardt2018-02-091-1/+2
* | | Merge pull request #4597 from cjhoward92/fix/cert-check-docsPatrick Steinhardt2018-04-062-4/+4
|\ \ \
| * | | remote/proxy: fix git_transport_certificate_check_db commentCarson Howard2018-03-272-4/+4
* | | | Merge pull request #4587 from rcjsuen/patch-2Patrick Steinhardt2018-04-061-3/+3
|\ \ \ \
| * | | | Flag options in describe.h as being optionalRemy Suen2018-03-271-3/+3
| |/ / /
* | | | types: remove unused git_merge_resultCarson Howard2018-03-271-3/+0
|/ / /
* | | checkout: change default strategy to SAFEEtienne Samson2018-03-261-2/+2
| |/ |/|
* | Merge pull request #4544 from josharian/docsPatrick Steinhardt2018-03-131-18/+35
|\ \
| * | pathspec: improve git_pathspec_flag_t doc renderingJosh Bleecher Snyder2018-02-231-18/+35
* | | Merge pull request #4396 from libgit2/cmn/config-regex-is-normalisedEdward Thomson2018-03-121-2/+26
|\ \ \
| * | | config: explicitly state that subsections are case-sensitivecmn/config-regex-is-normalisedCarlos Martín Nieto2018-03-111-6/+11
| * | | config: specify how we match the regular expressionsCarlos Martín Nieto2017-11-181-0/+19
* | | | diff: ensure an unsigned number is shiftedJacques Germishuys2018-03-081-3/+3
* | | | worktree: lock reason should be constJacques Germishuys2018-03-021-1/+1
| |/ / |/| |
* | | Update version number to v0.27Patrick Steinhardt2018-02-201-3/+3
* | | odb: provide length and type with streaming readEdward Thomson2018-02-012-2/+10
| |/ |/|
* | Merge pull request #4488 from libgit2/ethomson/conflict_marker_sizeEdward Thomson2018-01-311-0/+6
|\ \
| * | merge: allow custom conflict marker sizeEdward Thomson2018-01-211-0/+6
* | | odb: export mempack backendAdrián Medraño Calvo2018-01-221-4/+5
|/ /
* | message: update docs for git_message_prettifycmn/prettify-docsCarlos Martín Nieto2018-01-191-3/+2
* | Merge pull request #4451 from libgit2/charliesome/trailer-infoBrian Lopez2018-01-171-0/+41
|\ \
| * | update code docsBrian Lopez2018-01-161-4/+15