summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | credentials: suffix the callbacks with `_cb`Edward Thomson2019-06-102-6/+21
* | remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-0/+20
* | rebase: orig_head and onto accessorsErik Aigner2019-04-211-0/+28
* | Merge pull request #5032 from eaigner/checkout-force-safe-docfixEdward Thomson2019-03-281-2/+14
|\ \
| * | docs: clarify relation of safe and forced checkout strategyErik Aigner2019-03-251-2/+14
* | | Merge pull request #5008 from libgit2/ethomson/remote_completionEdward Thomson2019-03-022-3/+6
|\ \ \
| * | | remote: Rename git_remote_completion_type to _tethomson/remote_completionEdward Thomson2019-02-252-3/+6
* | | | odb: provide a free function for custom backendsethomson/odb_backend_allocationsEdward Thomson2019-02-231-0/+11
* | | | odb: rename git_odb_backend_malloc for consistencyEdward Thomson2019-02-231-2/+35
|/ / /
* | | remote: deprecate git_push_transfer_progressethomson/transfer_progressEdward Thomson2019-02-221-0/+9
* | | remote: rename git_push_transfer_progress callbackEdward Thomson2019-02-221-2/+3
* | | indexer: deprecate git_transfer_progressEdward Thomson2019-02-222-4/+29
* | | indexer: use git_indexer_progress throughoutEdward Thomson2019-02-227-12/+12
* | | indexer: rename git_transfer_progressEdward Thomson2019-02-222-30/+45
* | | Merge pull request #4991 from libgit2/ethomson/inttypesPatrick Steinhardt2019-02-212-313/+1
|\ \ \
| * | | Remove public 'inttypes.h' headerethomson/inttypesEdward Thomson2019-02-212-313/+1
* | | | Remove `git_time_monotonic`remove_time_monotonicEdward Thomson2019-02-171-31/+0
|/ / /
* | | Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-021-1/+6
|/ /
* | version: 0.28ethomson/0_28Edward Thomson2019-01-311-3/+3
* | docs: minor changesEtienne Samson2019-01-301-12/+21
* | repo: split git_repository_open_flag_t options documentation inlineEtienne Samson2019-01-281-28/+41
* | transport: enhance documentationEtienne Samson2019-01-281-57/+88
* | doc: clarify that git_time_t is seconds from the epochEtienne Samson2019-01-282-3/+3
* | deprecation: offer GIT_DEPRECATE_HARDEdward Thomson2019-01-251-0/+7
* | deprecation: provide docurium deprecation noteEdward Thomson2019-01-251-0/+5
* | deprecation: deprecated stream registration in if guardEdward Thomson2019-01-251-6/+15
* | deprecation: move deprecated bits to deprecated.hEdward Thomson2019-01-257-210/+242
|/
* git_error: deprecate error valuesEdward Thomson2019-01-221-34/+34
* git_error: use full class name in public error APIEdward Thomson2019-01-227-54/+142
* deprecation: use the enum type in declarationEdward Thomson2019-01-202-19/+19
* deprecation: add `used` attributeEdward Thomson2019-01-201-0/+1
* Merge pull request #4939 from libgit2/ethomson/git_refEdward Thomson2019-01-192-13/+47
|\
| * references: use full name in type namesEdward Thomson2019-01-172-13/+47
* | 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-1734-155/+162
* | Use cdecl calling conventions on Win32Edward Thomson2019-01-171-1/+1
* | buffer: wrap EXTERN in DEPRECATEDEdward Thomson2019-01-171-1/+1
|/
* refs: constify git_reference_peelCarlos Martín Nieto2018-12-141-1/+1
* object_type: update public API to use git_object_tEdward Thomson2018-12-018-42/+42
* object_type: remove unused object type flagsEdward Thomson2018-12-011-2/+0
* object_type: update enumeration namesEdward Thomson2018-12-011-11/+35
* index: update enum and structure namesEdward Thomson2018-12-011-42/+74
* Merge pull request #4770 from tiennou/feature/merge-analysis-any-branchPatrick Steinhardt2018-11-301-0/+19
|\
| * merge: make analysis possible against a non-HEAD referenceEtienne Samson2018-10-191-0/+19
* | Merge pull request #4888 from TheBB/add-cbPatrick Steinhardt2018-11-291-1/+1
|\ \
| * | revwalk: Allow changing hide_cbEivind Fonn2018-11-281-1/+1
* | | stream registration: take an enum typeEdward Thomson2018-11-281-3/+15
* | | stream: provide generic registration APIEdward Thomson2018-11-281-9/+38