summaryrefslogtreecommitdiff
path: root/include/git2/revert.h
Commit message (Collapse)AuthorAgeFilesLines
* git_revert_opts -> git_revert_optionsoptions-namesBen Straub2014-03-061-9/+9
|
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-2/+2
|
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
| | | | The basic structure of each function is courtesy of arrbee.
* Bare naked merge and rebaseEdward Thomson2013-12-031-7/+30
|
* Introduce git_revert to revert a single commitEdward Thomson2013-12-021-0/+52