diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-11-09 11:07:15 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-11 12:14:26 +0000 |
commit | 7b59e0b8776b874ca3cbc5f2d46c9769da6b8655 (patch) | |
tree | 6cd860304409eec2eb9f157f3178c45f1c9ccf59 /meta/recipes-graphics | |
parent | eda77b320dcb208c850225ae834a515433e09593 (diff) | |
download | poky-7b59e0b8776b874ca3cbc5f2d46c9769da6b8655.tar.gz |
devtool: upgrade: fix not committing deleted files with older git versions
With versions of git older than 2.0, "git add" on a deleted file (i.e.
in this case a file that was removed between versions) will not add the
delete to be committed by default, with the result that the rebase of
patches on top of the new branch will fail. We need to use the -A
option in order to force that for older git versions.
(From OE-Core rev: c7f4c9f050c11c0de7fcf5badcc19a8fbc6428cf)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions