1
mirror of https://gerrit.googlesource.com/git-repo synced 2025-04-06 14:09:35 +00:00
Pierre Tardy e5a2122e64 repo download: add --cherry-pick option
default option uses git checkout, and thus overwrite the previous
checkouts.  this is a problem for automated builds of several
changesets in the same project for daily builds of pending submission

You can now use:
repo download [--cherry-pick|-c] project changeid/patchnumber

This will parse the manifest, cd to the corresponding project
download the changes to FETCH_HEAD and cherry-pick the result.

This is useful to automate cherry-picking of a patch
in the context of build automation, and commit gating (e.g. buildbot)

Change-Id: Ib638afd87677f1be197afb7b0f73c70fb98909fe
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
2012-05-24 09:02:38 -07:00
2012-04-23 14:10:52 -07:00
2009-06-02 00:09:07 +02:00
2009-06-02 00:09:07 +02:00
2012-04-23 13:43:41 -07:00
2008-10-21 07:00:00 -07:00
2012-04-13 09:46:00 -07:00
2012-04-23 14:10:52 -07:00
2011-09-19 14:52:57 -07:00
2012-04-23 12:50:00 -07:00
2012-02-28 18:54:33 -08:00
Description
No description provided
Apache-2.0 36 MiB
Languages
Python 98.9%
Shell 1%
Roff 0.1%