summaryrefslogtreecommitdiff
path: root/tests/commit
Commit message (Collapse)AuthorAgeFilesLines
* Warnings that default to being errorsrb/warnings-for-commit-headersRussell Belfer2014-03-111-32/+75
| | | | | | | This is a try at extending the warning API to include warnings that would be errors unless the user callback decides to demote them to warnings. This allows for relaxed parsing logic that will default to strict behavior but can continue if possible.
* Add warning base class and use that for warningsRussell Belfer2014-03-071-3/+32
|
* Simplify warning API pending further discussionRussell Belfer2014-03-071-9/+11
|
* Add a warning API and use it for bad signaturesRussell Belfer2014-03-071-21/+47
| | | | | This is just the initial take. I expect that the API will need to change quite a bit before we accept it into libgit2.
* 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
| | | | | | Any well-behaved program should write a descriptive message to the reflog whenever it updates a reference. Let's make this more prominent by removing the version without the reflog parameters.
* Introduce git_revert to revert a single commitEdward Thomson2013-12-021-0/+29
|
* Rename tests-clar to testsBen Straub2013-11-145-0/+747