Re: [yocto] [[AUH] 11/17] utils/git.py: Add method for apply patches into a branch.

2015-11-27 Thread Aníbal Limón
Good observation, i'll make this change. alimon On 11/26/2015 02:28 PM, Paul Eggleton wrote: > On Wednesday 25 November 2015 18:00:40 Aníbal Limón wrote: >> Signed-off-by: Aníbal Limón >> --- >> modules/utils/git.py | 3 +++ >> 1 file changed, 3

Re: [yocto] [[AUH] 11/17] utils/git.py: Add method for apply patches into a branch.

2015-11-26 Thread Paul Eggleton
On Wednesday 25 November 2015 18:00:40 Aníbal Limón wrote: > Signed-off-by: Aníbal Limón > --- > modules/utils/git.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/modules/utils/git.py b/modules/utils/git.py > index 48ed46d..d7f5713 100644 > ---

[yocto] [[AUH] 11/17] utils/git.py: Add method for apply patches into a branch.

2015-11-25 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- modules/utils/git.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/utils/git.py b/modules/utils/git.py index 48ed46d..d7f5713 100644 --- a/modules/utils/git.py +++ b/modules/utils/git.py @@ -61,6 +61,9 @@ class