summaryrefslogtreecommitdiff
path: root/src/revert.c
Commit message (Expand)AuthorAgeFilesLines
* revert: use GIT_ASSERTEdward Thomson2020-11-271-2/+6
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* refs: fix locks getting forcibly removedSebastian Henke2019-10-101-2/+2
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-1/+6
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* repository: rename `path_repository` and `path_gitlink`Patrick Steinhardt2017-02-131-2/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* cherrypick, revert: drop unnecessary SAFE_CREATEEdward Thomson2015-02-271-1/+1
* indexwriter: an indexwriter for repo operationsEdward Thomson2015-02-141-23/+9
* merge-like operations: lock index while workingEdward Thomson2015-02-141-4/+23
* git_checkout_index: checkout other indexesEdward Thomson2014-07-011-6/+4
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+4
* 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
* 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