Re: [OE-core] [PATCH v2 1/3] git.py: skip smudging if lfs=0 is set

2020-05-29 Thread Mauro Queirós
Please ignore. This was meant to bitbake-devel mailing list. Mauro Queiros escreveu no dia sexta, 29/05/2020 à(s) 11:02: > Git-LFS objects were being fetched even when lfs=0 was not set. > This patch disables LFS smudging when lfs=0. That way, only the LFS > pointers > are downloaded during

[OE-core] [PATCH v2 1/3] git.py: skip smudging if lfs=0 is set

2020-05-29 Thread Mauro Queirós
Git-LFS objects were being fetched even when lfs=0 was not set. This patch disables LFS smudging when lfs=0. That way, only the LFS pointers are downloaded during checkout. Signed-off-by: Mauro Queiros --- lib/bb/fetch2/git.py | 3 +++ 1 file changed, 3 insertions(+) diff --git