summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
|\ \