Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warnings that default to being errorsrb/warnings-for-commit-headers | Russell Belfer | 2014-03-11 | 1 | -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 warnings | Russell Belfer | 2014-03-07 | 1 | -3/+32 |
| | |||||
* | Simplify warning API pending further discussion | Russell Belfer | 2014-03-07 | 1 | -9/+11 |
| | |||||
* | Add a warning API and use it for bad signatures | Russell Belfer | 2014-03-07 | 1 | -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 commits | Ben Straub | 2014-02-04 | 1 | -1/+14 |
| | |||||
* | Summarize empty messages | Edward Thomson | 2014-01-22 | 1 | -0/+4 |
| | |||||
* | refs: remove the _with_log differentiation | Carlos MartÃn Nieto | 2014-01-15 | 1 | -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 commit | Edward Thomson | 2013-12-02 | 1 | -0/+29 |
| | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 5 | -0/+747 |