On Tue, Apr 5, 2022, 4:51 AM Kashyap Chamarthy wrote:
> On Mon, Apr 04, 2022 at 02:56:10PM -0400, John Snow wrote:
> > On Mon, Apr 4, 2022 at 2:54 PM John Snow wrote:
>
> [...]
>
> > > > > .gitignore | 2 +-
> > > > > Makefile | 16
> > > > > setup.cfg | 24 +---
On Mon, Apr 04, 2022 at 02:56:10PM -0400, John Snow wrote:
> On Mon, Apr 4, 2022 at 2:54 PM John Snow wrote:
[...]
> > > > .gitignore | 2 +-
> > > > Makefile | 16
> > > > setup.cfg | 24 +---
> > > > setup.py | 2 +-
> > > > 4 files changed, 11 inse
On Mon, Apr 4, 2022 at 2:54 PM John Snow wrote:
>
> On Fri, Apr 1, 2022 at 1:05 PM Kashyap Chamarthy wrote:
> >
> > On Wed, Mar 30, 2022 at 02:24:13PM -0400, John Snow wrote:
> > > Split python/ from qemu.git, using these commands:
> > >
> > > > git subtree split -P python/ -b python-split-v3
> >
On Fri, Apr 1, 2022 at 1:05 PM Kashyap Chamarthy wrote:
>
> On Wed, Mar 30, 2022 at 02:24:13PM -0400, John Snow wrote:
> > Split python/ from qemu.git, using these commands:
> >
> > > git subtree split -P python/ -b python-split-v3
> > > mkdir ~/src/tmp
> > > cd ~/src/tmp
> > > git clone --no-loca
On Wed, Mar 30, 2022 at 02:24:13PM -0400, John Snow wrote:
> Split python/ from qemu.git, using these commands:
>
> > git subtree split -P python/ -b python-split-v3
> > mkdir ~/src/tmp
> > cd ~/src/tmp
> > git clone --no-local --branch python-split-v3 --single-branch ~/src/qemu
> > cd qemu
> > gi
Split python/ from qemu.git, using these commands:
> git subtree split -P python/ -b python-split-v3
> mkdir ~/src/tmp
> cd ~/src/tmp
> git clone --no-local --branch python-split-v3 --single-branch ~/src/qemu
> cd qemu
> git filter-repo --path qemu/machine/ \
--path qem