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