diff options
author | Olaf Mandel <o.mandel@menlosystems.com> | 2016-10-17 08:16:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | a84ec3ac15a59f72fcb46d97942009c8e459b5d0 (patch) | |
tree | f5b85461630c1528379f008a28eac095f95aa16b /meta/lib | |
parent | d08f3882a35eec8a042d2501715684444e353605 (diff) | |
download | openembedded-core-a84ec3ac15a59f72fcb46d97942009c8e459b5d0.tar.gz openembedded-core-a84ec3ac15a59f72fcb46d97942009c8e459b5d0.tar.bz2 openembedded-core-a84ec3ac15a59f72fcb46d97942009c8e459b5d0.zip |
combo-layer: handle ambiguous git arguments
If a branch/src-repository has the same name as a file/directory, git
since 1.4.0(?) gives an error like the one below:
ambiguous argument 'bitbake': both revision and filename
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Add two dashes to make the intent clear.
Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions