[PATCH] autogen.sh: Restore --no-git (avoid git submodule update)

Ian Jackson ian.jackson at citrix.com
Wed Jun 3 15:41:24 UTC 2020


Pavel Hrdina writes ("Re: [PATCH] autogen.sh: Restore --no-git (avoid git submodule update)"):
> On Tue, Jun 02, 2020 at 04:47:45PM +0100, Ian Jackson wrote:
> > -git submodule update --init || exit 1
> > +if [ "x$1" = x--no-git ]; then
> > +	shift
> > +else
> > +	git submodule update --init || exit 1
> 
> I changed the TAB into spaces.

Ah, sorry for not following the right style.

> Reviewed-by: Pavel Hrdina <phrdina at redhat.com>
> 
> and pushed.

Thanks :-).

Ian.




More information about the libvir-list mailing list