summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* credentials: provide backcompat for opaque structsethomson/cred_deprecationEdward Thomson2020-03-261-0/+7
* repository: improve commondir docsJosh Bleecher Snyder2020-03-071-4/+5
* version: update the version number to v0.99Edward Thomson2020-02-191-3/+3
* Merge pull request #5336 from libgit2/ethomson/credtypePatrick Steinhardt2020-01-3011-184/+290
|\
| * credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-2611-184/+290
* | git_libgit2_version: return an intethomson/no_voidEdward Thomson2020-01-241-1/+2
* | error functions: return an intEdward Thomson2020-01-241-1/+2
* | revwalk functions: return an intEdward Thomson2020-01-241-3/+7
* | mempack functions: return an intEdward Thomson2020-01-241-1/+2
* | repository functions: return an intEdward Thomson2020-01-241-5/+12
* | index functions: return an intEdward Thomson2020-01-241-2/+4
* | remote functions: return an intEdward Thomson2020-01-241-2/+4
* | tree functions: return an intEdward Thomson2020-01-241-2/+4
* | oid functions: return an intEdward Thomson2020-01-241-5/+10
* | git_attr_cache_flush: return an intEdward Thomson2020-01-241-1/+4
|/
* http: introduce GIT_ERROR_HTTPethomson/gssapiEdward Thomson2020-01-241-1/+2
* httpclient: support expect/continueEdward Thomson2020-01-241-1/+7
* merge: Return non-const git_repository from git_merge_driver_source_repo acce...Laurence McGlashan2020-01-151-1/+1
* Correct typo in name of referenced parameterRemy Suen2020-01-021-1/+1
* Merge pull request #5300 from tiennou/fix/branch-documentationPatrick Steinhardt2019-12-131-57/+74
|\
| * refs: rename git_reference__set_name to git_reference__reallocEtienne Samson2019-12-131-0/+6
| * branch: clarify documentation around branchesEtienne Samson2019-12-071-57/+68
* | stash: make comment match codeJosh Bleecher Snyder2019-12-041-1/+1
|/
* Merge pull request #5315 from kastiglione/dl/fix-copypaste-in-git_cherrypick_...Edward Thomson2019-12-011-2/+2
|\
| * Fix copy&paste in git_cherrypick_commit docstringDave Lee2019-11-291-2/+2
* | Merge pull request #5306 from herrerog/patchidPatrick Steinhardt2019-11-281-0/+1
|\ \
| * | diff_print: add support for GIT_DIFF_FORMAT_PATCH_ID.Gregory Herrero2019-11-191-0/+1
| |/
* | Merge pull request #5307 from palmin/hash_sha256Patrick Steinhardt2019-11-281-0/+8
|\ \
| * | ssh: include sha256 host key hash when supportedAnders Borum2019-11-201-0/+8
| |/
* | Merge pull request #5123 from libgit2/ethomson/off_tPatrick Steinhardt2019-11-287-11/+16
|\ \
| * | odb: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
| * | blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-222-7/+7
| * | odb: use `git_object_size_t` for object sizeEdward Thomson2019-11-222-3/+3
| * | types: introduce `git_object_size_t`Edward Thomson2019-11-222-0/+5
| |/
* | 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
|/
* apply: add GIT_APPLY_CHECKDrew DeVault2019-10-221-0/+12
* submodule: provide a wrapper for simple submodule clone stepsEtienne Samson2019-10-171-1/+18
* Merge pull request #5106 from tiennou/fix/ref-api-fixesPatrick Steinhardt2019-09-271-21/+57
|\
| * refdb: documentationEtienne Samson2019-09-051-21/+57
* | Don't use enum for flagsSven Strickroth2019-09-264-8/+9
* | transport: move transport-related typedef in transport.hEtienne Samson2019-09-132-11/+11
* | cert: move cert enums & struct to its own headerEtienne Samson2019-09-135-101/+133
* | cred: separate public interface from low-level detailsEtienne Samson2019-09-135-306/+402
|/
* Merge pull request #5189 from libgit2/ethomson/attrs_from_headEdward Thomson2019-08-274-6/+60
|\
| * blob: optionally read attributes from repositoryEdward Thomson2019-08-111-0/+6
| * filter: optionally read attributes from repositoryEdward Thomson2019-08-111-0/+3
| * attr: optionally read attributes from repositoryEdward Thomson2019-08-111-2/+9
| * blob: allow blob filtering to ignore system gitattributesEdward Thomson2019-08-111-0/+6