summaryrefslogtreecommitdiff
path: root/src/cherrypick.c
Commit message (Collapse)AuthorAgeFilesLines
* cherrypick, revert: drop unnecessary SAFE_CREATEEdward Thomson2015-02-271-1/+1
|
* indexwriter: an indexwriter for repo operationsEdward Thomson2015-02-141-23/+9
| | | | | Provide git_indexwriter_init_for_operation for the common locking pattern in merge, rebase, revert and cherry-pick.
* 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
| | | | | | | | git_checkout_index can now check out other git_index's (that are not necessarily the repository index). This allows checkout_index to use the repository's index for stat cache information instead of the index data being checked out. git_merge and friends now check out their indexes directly instead of trying to blend it into the running index.
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+5
| | | | | There were a couple of "init_opts()" functions a few more cases of structure initialization that I somehow missed.
* cherry-pick: terminate the commit id stringCarlos Martín Nieto2014-04-181-1/+1
| | | | | We treat this as a NUL-terminated string, so make sure that we add the terminator.
* Added cherry-pick supportJacques Germishuys2014-04-141-0/+230