summaryrefslogtreecommitdiff
path: root/src/cherrypick.c
Commit message (Expand)AuthorAgeFilesLines
* cherrypick: 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/+7
* 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/+24
* git_cherry_pick -> git_cherrypickEdward Thomson2014-07-221-37/+37
* git_checkout_index: checkout other indexesEdward Thomson2014-07-011-7/+4
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+5
* cherry-pick: terminate the commit id stringCarlos Martín Nieto2014-04-181-1/+1
* Added cherry-pick supportJacques Germishuys2014-04-141-0/+230