summaryrefslogtreecommitdiff
path: root/src/cherrypick.c
Commit message (Expand)AuthorAgeFilesLines
* 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