summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|\ \ \ \
| * | | | blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-052-4/+7
* | | | | Update documentation for git_blob_filter_optionsJosh Stockin2021-01-051-1/+2
* | | | | blob: add git_blob_filter_options_initEdward Thomson2021-01-051-0/+12
* | | | | Fix documentation for git_blob_filter_optionsJosh Stockin2021-01-041-1/+1
* | | | | Move doc comment about `GIT_BLOB_FILTER_OPTIONS_VERSION`Josh Stockin2021-01-041-1/+3
* | | | | Add documentation for git_blob_filter_options.versionJosh Stockin2021-01-031-0/+1
|/ / / /
* | | | Add support for additional hostkey types.Miguel Arroz2020-12-211-0/+8
|/ / /
* | | Also add the raw hostkey to `git_cert_hostkey`lhchavez2020-11-271-5/+33
* | | blob: use GIT_ASSERTEdward Thomson2020-11-251-1/+1
* | | Add git_tag_name_is_validSven Strickroth2020-10-251-0/+12
* | | Add git_branch_name_is_validSven Strickroth2020-10-251-0/+12
* | | remote: deprecate git_remote_is_valid_nameEdward Thomson2020-10-252-8/+21
* | | refs: introduce git_remote_name_is_validEdward Thomson2020-10-251-0/+9
* | | refs: deprecate git_reference_is_valid_nameEdward Thomson2020-10-252-19/+21
* | | refs: introduce git_reference_name_is_validEdward Thomson2020-10-251-0/+17
|/ /
* | Release v1.1ethomson/v1.1Edward Thomson2020-10-121-3/+3
* | Fixed typo in commentIkko Ashimine2020-10-041-1/+1
* | Fix deprecation links inside of documentation not workingSven Strickroth2020-09-101-1/+5
* | docs: fix typoSven2020-08-181-1/+1
* | Review feedbacklhchavez2020-06-261-1/+1
* | mwindow: set limit on number of open fileslhchavez2020-06-211-3/+15
* | Merge pull request #5419 from lhchavez/fix-git_index_add_from_buffer-docsPatrick Steinhardt2020-06-171-2/+1
|\ \
| * | index: Update the documentation for git_index_add_from_buffer()lhchavez2020-02-231-2/+1
* | | Merge pull request #5532 from joshtriplett/pack-default-pathEdward Thomson2020-06-021-1/+1
|\ \ \
| * | | git_packbuilder_write: Allow setting path to NULL to use the default pathJosh Triplett2020-05-231-1/+1
* | | | strarray: deprecate git_strarray_copyEdward Thomson2020-06-011-0/+12
* | | | strarray: we should `dispose` instead of `free`Edward Thomson2020-06-012-10/+30
|/ / /
* | | Introduce GIT_ASSERT macrosEdward Thomson2020-05-111-1/+2
* | | blame: add option to ignore whitespace changesCarl Schwan2020-04-141-0/+2
* | | version.h: bump version to v1.0.0Patrick Steinhardt2020-03-281-4/+4
* | | Merge pull request #5464 from pks-t/pks/refdb-backend-docsPatrick Steinhardt2020-03-261-2/+109
|\ \ \
| * | | refdb_backend: improve callback documentationPatrick Steinhardt2020-03-261-2/+109