commit | 70939e2f73bf118c89cf4af4988dba807c50a0ce | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Nov 06 11:07:14 2008 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Thu Nov 06 11:23:08 2008 -0800 |
tree | b1849b9a48572876b35cd621192cbb4c712e816e | |
parent | ae6e0949d187c35d79dbc0b21788fdbb2c65bf78 [diff] |
Add <add-remote to-project="..."> to inject additional remotes This way users can add forks they know about to an existing project that was already declared in the primary manifest. This is mostly useful with the Linux kernel project, where multiple forks is quite common for the main upstream tree (e.g. Linus' tree), a platform architecture tree (e.g. ARM) and a device specific tree (e.g. the msm7k tree used by Android). Signed-off-by: Shawn O. Pearce <sop@google.com>