summaryrefslogtreecommitdiff
path: root/src/revert.c
Commit message (Collapse)AuthorAgeFilesLines
* Capture conflict information in MERGE_MSG for revert and mergeJacques Germishuys2014-04-141-0/+1
|
* Update git_merge_tree_opts to git_merge_optionsEdward Thomson2014-03-201-3/+3
|
* git_revert_opts -> git_revert_optionsoptions-namesBen Straub2014-03-061-12/+12
|
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
| | | | The basic structure of each function is courtesy of arrbee.
* Validate struct versions in merge, revertEdward Thomson2013-12-121-0/+2
|
* Clean up warningsEdward Thomson2013-12-091-8/+2
|
* Bare naked merge and rebaseEdward Thomson2013-12-031-41/+69
|
* clean up state metadata more consistentlyEdward Thomson2013-12-021-29/+8
|
* Introduce git_revert to revert a single commitEdward Thomson2013-12-021-0/+217