summaryrefslogtreecommitdiff
path: root/include/git2/types.h
Commit message (Expand)AuthorAgeFilesLines
* indexer: rename git_transfer_progressEdward Thomson2019-02-221-30/+0
* doc: clarify that git_time_t is seconds from the epochEtienne Samson2019-01-281-1/+1
* deprecation: move deprecated bits to deprecated.hEdward Thomson2019-01-251-24/+0
* deprecation: use the enum type in declarationEdward Thomson2019-01-201-11/+11
* Merge pull request #4939 from libgit2/ethomson/git_refEdward Thomson2019-01-191-5/+5
|\
| * references: use full name in type namesEdward Thomson2019-01-171-5/+5
* | Merge pull request #4940 from libgit2/ethomson/git_objEdward Thomson2019-01-191-11/+11
|\ \
| * | object_type: GIT_OBJECT_BAD is now GIT_OBJECT_INVALIDEdward Thomson2019-01-171-2/+2
| * | object_type: mark old values as deprecatedEdward Thomson2019-01-171-10/+10
| |/
* | Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-6/+6
|/
* object_type: remove unused object type flagsEdward Thomson2018-12-011-2/+0
* object_type: update enumeration namesEdward Thomson2018-12-011-11/+35
* Merge pull request #4879 from libgit2/ethomson/defer_cert_cred_cbPatrick Steinhardt2018-11-281-0/+3
|\
| * transport: allow cred/cert callbacks to return GIT_PASSTHROUGHethomson/defer_cert_cred_cbEdward Thomson2018-11-211-0/+3
* | index: introduce git_index_iteratorethomson/index_iteratorEdward Thomson2018-11-141-0/+3
|/
* mailmap: API and style cleanupNika Layzell2018-06-141-1/+1
* mailmap: Integrate mailmaps with blame and signaturesNika Layzell2018-06-141-0/+3
* docs: move comment so docurium sees itEtienne Samson2018-05-071-1/+1
* docs: fix some comment-marker typosEtienne Samson2018-05-071-1/+1
* docs: add buffer.h & oid.h to types.hEtienne Samson2018-05-071-0/+3
* types: remove unused git_merge_resultCarson Howard2018-03-271-3/+0
* signature: distinguish +0000 and -0000 UTC offsetsHenry Kleynhans2017-11-121-0/+1
* worktree: introduce `struct git_worktree`Patrick Steinhardt2017-02-131-0/+3
* Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-251-2/+2
* Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto2015-06-241-10/+2
|\
| * submodule: remove the RESET enum valuescmn/submodule-config-stateCarlos Martín Nieto2015-06-221-6/+0
| * submodule: add an ignore option to statusCarlos Martín Nieto2015-06-221-4/+2
* | curl: extract certificate informationCarlos Martín Nieto2015-06-241-0/+12
|/
* remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-131-0/+6
* push: report the update plan to the callercmn/negotiation-notifyCarlos Martín Nieto2015-04-191-0/+1
* git_writestream: from git_filter_streamEdward Thomson2015-02-181-2/+8
* filters: introduce streaming filtersEdward Thomson2015-02-171-0/+3
* Fix doc comment formattingBen Chatelain2015-02-101-3/+1
* s/git_merge_head/git_annotated_commitEdward Thomson2014-10-261-2/+2
* rebase: init/open a git_rebase objectEdward Thomson2014-10-261-0/+2
* Update some documentationCarlos Martín Nieto2014-10-181-0/+15
* Merge pull request #2574 from csware/hostname-for-certificate_check_cbEdward Thomson2014-10-101-1/+2
|\
| * Provide host name to certificate_check_cbSven Strickroth2014-09-221-1/+2
* | Introduce reference transactionsCarlos Martín Nieto2014-09-301-0/+3
|/
* net: use only structs to pass information about certCarlos Martín Nieto2014-09-161-3/+11
* transport: move the cert type enum to types.hCarlos Martín Nieto2014-09-161-1/+16
* transport: always call the certificate check callbackCarlos Martín Nieto2014-09-161-1/+3
* http: send the DER-encoded cert to the callbackCarlos Martín Nieto2014-09-161-1/+2
* Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-0/+12
* Custom transport: minor cleanupsEdward Thomson2014-08-141-0/+10
* Whitespace wibbles.Alan Rogers2014-06-041-6/+6
* Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-041-13/+13
|\
| * Formatting fixes for the docsCarlos Martín Nieto2014-06-031-13/+13
* | Remove GIT_FILEMODE_NEW as it's unused.Alan Rogers2014-05-301-2/+1
* | Try a value for UNREADABLE that won't get masked out?!Alan Rogers2014-05-231-1/+1