summaryrefslogtreecommitdiff
path: root/include/git2/deprecated.h
Commit message (Expand)AuthorAgeFilesLines
* sha256: make sha256 an experimental optional featureEdward Thomson2022-06-201-0/+6
* sha: GIT_ERROR_SHA1 is deprecated in favor of GIT_ERROR_SHAEdward Thomson2022-03-231-0/+2
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* oidarray: introduce `git_oidarray_dispose`ethomson/oidarray_disposeEdward Thomson2021-09-261-0/+24
* diff: deprecate diff_format_emailethomson/emailEdward Thomson2021-09-181-0/+96
* Merge pull request #6017 from libgit2/ethomson/buf_is_readonlyEdward Thomson2021-08-291-0/+55
|\
| * buf: deprecate public git_buf writing functionsethomson/buf_is_readonlyEdward Thomson2021-08-291-0/+55
* | rebase: deprecate signing_cbethomson/commit_create_cbEdward Thomson2021-08-291-0/+21
|/
* filter: deprecate git_filter_list_apply_to_dataEdward Thomson2021-05-061-0/+10
* filter: deprecate git_filter_list_stream_dataEdward Thomson2021-05-061-0/+24
* tree: deprecate `git_treebuilder_write_with_buffer`Edward Thomson2021-03-041-0/+27
* revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-311-0/+21
* blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-051-3/+6
* remote: deprecate git_remote_is_valid_nameEdward Thomson2020-10-251-0/+21
* refs: deprecate git_reference_is_valid_nameEdward Thomson2020-10-251-3/+21
* Fixed typo in commentIkko Ashimine2020-10-041-1/+1
* Fix deprecation links inside of documentation not workingSven Strickroth2020-09-101-1/+5
* strarray: deprecate git_strarray_copyEdward Thomson2020-06-011-0/+12
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-0/+24
* credentials: provide backcompat for opaque structsethomson/cred_deprecationEdward Thomson2020-03-261-0/+7
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-3/+74
* Move deprecated git_attr_t typedef to previous attribute sectionLukas Berk2019-11-271-13/+0
* Add attr.h includeLukas Berk2019-11-271-0/+1
* Add compat typdef for git_attr_tLukas Berk2019-11-271-0/+15
* Merge pull request #5189 from libgit2/ethomson/attrs_from_headEdward Thomson2019-08-271-0/+7
|\
| * blob: deprecate `git_blob_filtered_content`Edward Thomson2019-08-111-0/+7
* | object: deprecate git_object__size for removalcmn/object-size-nopublicCarlos Martín Nieto2019-07-291-0/+12
|/
* configuration: deprecate git_cvar safelyethomson/cvarEdward Thomson2019-07-181-0/+14
* net: remove unused `git_headlist_cb`ethomson/deprecate_headlistEdward Thomson2019-06-161-0/+5
* attr: rename constants and macros for consistencyethomson/attrEdward Thomson2019-06-161-0/+22
* Merge pull request #5117 from libgit2/ethomson/to_fromPatrick Steinhardt2019-06-161-4/+53
|\
| * tag: add underscore to `from` functionethomson/to_fromEdward Thomson2019-06-161-0/+6
| * index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-161-3/+9
| * blob: add underscore to `from` functionsEdward Thomson2019-06-161-0/+24
| * oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-1/+14
* | object: rename git_object__size to git_object_sizeethomson/object_sizeEdward Thomson2019-06-161-0/+2
|/
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-0/+55
* trace: suffix the callbacks with `_cb`ethomson/callback_namesEdward Thomson2019-06-101-0/+15
* credentials: suffix the callbacks with `_cb`Edward Thomson2019-06-101-0/+15
* remote: Rename git_remote_completion_type to _tethomson/remote_completionEdward Thomson2019-02-251-0/+3
* remote: deprecate git_push_transfer_progressethomson/transfer_progressEdward Thomson2019-02-221-0/+9
* indexer: deprecate git_transfer_progressEdward Thomson2019-02-221-0/+29
* deprecation: offer GIT_DEPRECATE_HARDEdward Thomson2019-01-251-0/+7
* deprecation: provide docurium deprecation noteEdward Thomson2019-01-251-0/+5
* deprecation: move deprecated bits to deprecated.hEdward Thomson2019-01-251-0/+241