summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
|\ \ \
| * | | tree: deprecate `git_treebuilder_write_with_buffer`Edward Thomson2021-03-042-14/+27
* | | | Merge pull request #5805 from tniessen/include-typosEdward Thomson2021-02-284-6/+6
|\ \ \ \
| * | | | include: fix typos in commentsTobias Nießen2021-02-224-6/+6
| |/ / /
* | | | Fix documentation formating on repository.hpunkymaniac2021-02-221-52/+95
|/ / /
* | | Merge pull request #5731 from KOLANICH-libs/owner_accessorEdward Thomson2021-02-011-0/+8
|\ \ \
| * | | patch: add owner accessorJason Haslam2020-12-111-0/+8
* | | | revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-312-5/+26
* | | | Merge pull request #5760 from libgit2/ethomson/tttoo_many_tttsEdward Thomson2021-01-072-4/+7
|\ \ \ \