summaryrefslogtreecommitdiff
path: root/include/git2/signature.h
Commit message (Expand)AuthorAgeFilesLines
* object: return GIT_EINVALID on parse errorsEdward Thomson2021-11-301-1/+1
* doc: clarify that git_time_t is seconds from the epochEtienne Samson2019-01-281-2/+2
* Introduce `git_signature_from_buffer`ethomson/signature_from_bufferEdward Thomson2016-04-281-0/+13
* Fixed miscellaneous documentation errors.Michael Anderson2014-05-231-1/+1
* Align git_signature_dup.Arthur Schreiber2014-01-141-3/+4
* Add new git_signature_default API using configRussell Belfer2013-08-161-0/+13
* update copyrightsEdward Thomson2013-01-081-1/+1
* Various minor commenting fixesRussell Belfer2012-11-271-8/+15
* API updates for signature.hBen Straub2012-11-271-6/+7
* signature: prevent angle bracket usage in identitynulltoken2012-07-111-0/+3
* errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* Update Copyright headerschu2012-02-131-1/+1
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-2/+2
* signature: adjust API to return error codesschu2011-08-031-4/+6
* Update documentationVicent Marti2011-06-161-1/+1
* Rename `git_signature_new_now`Vicent Marti2011-04-091-1/+1
* Add API git_signature_new_nowCarlos Martín Nieto2011-04-091-0/+11
* Fix the signature documentationCarlos Martín Nieto2011-04-091-6/+6
* signature.h: Fix tiny typoschu2011-03-281-1/+1
* Switch from time_t to git_time_tnulltoken2011-03-231-1/+1
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+70