]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: combine trees via replacement objects
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 12 Mar 2015 15:45:34 +0000 (16:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:09 +0000 (11:03 +0000)
commit220d816cda3c9b8d888288cc03eb74be5e71cc59
tree7effd2755ac6c310b257dfa9e29fea6b88817614
parent9e40cb1ab77029df7f2cf1e548a645ff6a62c919
combo-layer: combine trees via replacement objects

Instead of local graft entries rooting the imported branches in the
shared root commit, use replacement objects.

The advantage is that they get moved around by "git push" and "git
fetch", so everyone has the same, nicer view with everything starting
at the beginning of the combined repository.

If undesired, these objects can be removed with "git replace".

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer