help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Exporting patches without prerequisite patch id


From: kiasoc5
Subject: Exporting patches without prerequisite patch id
Date: Wed, 3 Aug 2022 03:57:00 +0000

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
HEAD -> B
HEAD -> C

How do I do this?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]