Re: [Qemu-devel] [PATCH] archive-source: also create a stash for submodules

2019-07-15 Thread Alex Bennée
Marc-André Lureau writes: > "git archive" fails when a submodule has a modification, because "git > stash create" doesn't handle submodules. Let's teach our > archive-source.sh to handle modifications in submodules the same way > as qemu tree, by creating a stash. > > Signed-off-by: Marc-André

Re: [Qemu-devel] [PATCH] archive-source: also create a stash for submodules

2019-07-13 Thread Philippe Mathieu-Daudé
On 7/8/19 10:02 PM, Marc-André Lureau wrote: > "git archive" fails when a submodule has a modification, because "git > stash create" doesn't handle submodules. Let's teach our > archive-source.sh to handle modifications in submodules the same way > as qemu tree, by creating a stash. > > Signed-off

[Qemu-devel] [PATCH] archive-source: also create a stash for submodules

2019-07-08 Thread Marc-André Lureau
"git archive" fails when a submodule has a modification, because "git stash create" doesn't handle submodules. Let's teach our archive-source.sh to handle modifications in submodules the same way as qemu tree, by creating a stash. Signed-off-by: Marc-André Lureau --- scripts/archive-source.sh |