Re: Exporting patches without prerequisite patch id

2022-08-03 Thread Kyle Meyer
kiasoc5 writes: > I have some commits on my local guix repo like this: > > (master) HEAD -> A -> B -> C > > When I do `git format-patch -3 --base=auto` I get prerequisite patch > ids in some of the patches. But I want to each patch to depend only on > HEAD. In other words I want to export patches

Exporting patches without prerequisite patch id

2022-08-02 Thread kiasoc5
Hi Guix, I have some commits on my local guix repo like this: (master) HEAD -> A -> B -> C When I do `git format-patch -3 --base=auto` I get prerequisite patch ids in some of the patches. But I want to each patch to depend only on HEAD. In other words I want to export patches like so: HEAD -> A