summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | amiga: use ';' as path list separator on AmigaOSPeter Pettersson2021-08-081-3/+3
| * | | | odb: Implement option for overriding of default odb backend priorityTony De La Nuez2021-07-301-1/+11
| * | | | Merge branch 'pr/5861'Edward Thomson2021-07-301-0/+13
| |\ \ \ \
| | * | | | branch: git branch upstream merge has been exposed.Dmitry Lobanov2021-05-121-0/+13
| * | | | | Merge branch 'pr/5940'Edward Thomson2021-07-306-133/+265
| |\ \ \ \ \
| | * | | | | status: document `GIT_STATUS_OPT_INCLUDE_UNREADABLE`Edward Thomson2021-07-302-29/+75
| | * | | | | Fix struct documentation formattingpunkymaniac2021-07-064-86/+158
| | * | | | | Add missing return documentationpunkymaniac2021-07-061-0/+2
| | * | | | | Add missing empty linepunkymaniac2021-07-061-0/+1
| | * | | | | Fix documentation formatting for git_diff_filepunkymaniac2021-07-061-19/+30
| | * | | | | Fix bad char at the end of the wordpunkymaniac2021-07-061-1/+1
| * | | | | | Merge pull request #5952 from libgit2/ethomson/attrs_from_commitEdward Thomson2021-07-293-0/+149
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | filter: introduce GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMITEdward Thomson2021-07-222-0/+24
| | * | | | | attr: introduce GIT_ATTR_CHECK_INCLUDE_COMMITEdward Thomson2021-07-221-0/+10
| | * | | | | filter: add git_filter_optionsEdward Thomson2021-07-221-0/+36
| | * | | | | attr: introduce `git_attr_options` for extended queriesEdward Thomson2021-07-221-0/+79
| | |/ / / /
| * | | | | Swap the order of the `git_graph_reachable_from_any` paramslhchavez2021-07-271-2/+2
| * | | | | graph: Create `git_graph_reachable_from_any()`lhchavez2021-07-271-2/+20
* | | | | | midx: Add a way to write multi-pack-index fileslhchavez2021-07-262-0/+77
|/ / / / /
* | | | | Merge pull request #5765 from lhchavez/cgraph-revwalksEdward Thomson2021-07-263-0/+63
|\ \ \ \ \
| * | | | | commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-103-0/+63
* | | | | | Merge pull request #5890 from lolgear/git_submodule_dupEdward Thomson2021-07-221-0/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | submodule: git submodule dup out and source parameters have become mandatory.Dmitry Lobanov2021-06-151-1/+1
| * | | | | submodule: git submodule dup documentation has been fixed.Dmitry Lobanov2021-06-011-2/+2
| * | | | | submodule: git submodule dup object dup has been added.Dmitry Lobanov2021-05-261-3/+5
| * | | | | submodule: git submodule dup has been added.Dmitry Lobanov2021-05-161-0/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #5917 from tiennou/fix/docurium-issuesEdward Thomson2021-07-022-0/+2
|\ \ \ \ \
| * | | | | docs: fix some missing includes that cause Docurium to error outEtienne Samson2021-05-272-0/+2
* | | | | | Merge pull request #5910 from arxanas/patch-1Edward Thomson2021-06-151-2/+2
|\ \ \ \ \ \
| * | | | | | Update index.hWaleed Khan2021-06-141-2/+2
| * | | | | | Fix misleading doc for `git_index_find`Waleed Khan2021-06-131-1/+1
| |/ / / / /
* | | | | | Add some missing documentation about return valuepunkymaniac2021-06-022-0/+4
* | | | | | Fix struct indentationpunkymaniac2021-06-021-0/+1
* | | | | | Remove bad space in documentationpunkymaniac2021-06-021-1/+1
* | | | | | Add documentation about GIT_OPT_GET_USER_AGENTpunkymaniac2021-06-021-0/+5
|/ / / / /
* | | | | Merge branch 'pr/5853'Edward Thomson2021-05-191-0/+4
|\ \ \ \ \
| * | | | | diff:add option to ignore blank line changesyuuri2021-05-011-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5850 from punkymaniac/comment-formatEdward Thomson2021-05-162-21/+16
|\ \ \ \ \
| * | | | | Fix typopunkymaniac2021-04-221-1/+1
| * | | | | Uniformise documentation return code separatorpunkymaniac2021-04-221-7/+7
| * | | | | Fix documentation formattingpunkymaniac2021-04-221-13/+8
| |/ / / /
* | | | | Merge branch 'zero_oid_in_old'Edward Thomson2021-05-161-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | git_reference_create_matching: Treat all-zero OID as "must be absent"David Turner2021-04-201-0/+3
| |/ / /
* | | | filter: deprecate git_filter_list_apply_to_dataEdward Thomson2021-05-062-13/+10
* | | | filter: introduce git_filter_list_apply_to_bufferEdward Thomson2021-05-061-0/+15
* | | | filter: remove git_buf sharing in `git_filter_list_apply_to_data`Edward Thomson2021-05-061-12/+0
* | | | filter: deprecate git_filter_list_stream_dataEdward Thomson2021-05-062-3/+29
|/ / /
* | | Merge pull request #5838 from mjsir911/msirabella/entrycount_typo_fixEdward Thomson2021-04-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fix diff_entrycount -> diff_num_deltas doc typoMarco Sirabella2021-04-121-1/+1
* | | Merge pull request #5815 from libgit2/ethomson/treebuilder_writeEdward Thomson2021-03-102-14/+27
|\ \ \