summaryrefslogtreecommitdiff
path: root/tests/commit
Commit message (Expand)AuthorAgeFilesLines
* commit: add failing tests for object checking for git_commit_with_signatureCarlos Martín Nieto2019-10-301-8/+32
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-3/+3
* signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt2018-11-091-0/+20
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-133-36/+36
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-102-4/+4
* signature: distinguish +0000 and -0000 UTC offsetsHenry Kleynhans2017-11-121-0/+27
* Fix initial commit testJohn Haley2016-05-041-30/+5
* Add tests for creating an initial commitJohn Haley2016-05-031-0/+85
* Introduce `git_signature_from_buffer`ethomson/signature_from_bufferEdward Thomson2016-04-281-0/+13
* Merge pull request #3673 from libgit2/cmn/commit-with-signatureEdward Thomson2016-03-171-0/+100
|\
| * commit: add function to attach a signature to a commitcmn/commit-with-signatureCarlos Martín Nieto2016-03-151-0/+100
* | commit: fix extraction of single-line signaturescmn/extract-oneline-sigCarlos Martín Nieto2016-03-171-0/+24
|/
* commit: split creating the commit and writing it outcmn/commit-to-memoryCarlos Martín Nieto2016-03-081-0/+39
* turn on strict object validation by defaultEdward Thomson2016-02-281-4/+4
* git_commit: validate tree and parent idsEdward Thomson2016-02-281-5/+106
* commit: expose the different kinds of errorsCarlos Martín Nieto2016-02-161-0/+11
* commit: don't forget the last header fieldCarlos Martín Nieto2016-02-111-0/+7
* Merge pull request #3599 from libgit2/gpgsignVicent Marti2016-02-091-0/+49
|\
| * Introduce git_commit_extract_signaturegpgsignCarlos Martín Nieto2016-02-091-0/+49
* | commit: also match the first header field when searchingcmn/header-field-2Carlos Martín Nieto2016-02-091-0/+4
|/
* commit: Fix memory leak in test suitevmg/commit-leakVicent Marti2015-12-171-1/+1
* commit: introduce `git_commit_body`Patrick Steinhardt2015-12-011-0/+39
* Fix git_commit_summary to convert newlines to spaces even afterStjepan Rajko2015-11-032-3/+7
* signature: Strip crud just like Git doesVicent Marti2015-10-211-0/+7
* commit: allow retrieving an arbitrary header fieldcmn/commit-header-fieldCarlos Martín Nieto2015-06-221-0/+38
* commit: ignore multiple author fieldscmn/double-authorCarlos Martín Nieto2015-06-111-0/+7
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* signature: don't allow empty emailscmn/signature-empty-emailCarlos Martín Nieto2014-09-101-2/+2
* Introduce cl_assert_equal_oidEdward Thomson2014-07-012-2/+2
* commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-301-0/+4
* Fix reflog message when creating commitsBen Straub2014-02-041-1/+14
* Summarize empty messagesEdward Thomson2014-01-221-0/+4
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Introduce git_revert to revert a single commitEdward Thomson2013-12-021-0/+29
* Rename tests-clar to testsBen Straub2013-11-145-0/+747