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