On Thu, Apr 20, 2023 at 04:04:57PM +0200, Laszlo Ersek wrote:
Similarly to how we put *.h (i.e., interface) files first among
C-language
source code, move *.mli to the top of the (OCaml-language) generator
files in patches.
Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2172516
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
---
scripts/git.orderfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index 6f214f4aca7e..890857258d96 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -38,6 +38,7 @@ common/*.h
common/*/*.h
# Generator files.
+generator/*.mli
generator/*
# Source files.
Reviewed-by: Richard W.M. Jones <rjones(a)redhat.com>
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Read my programming and virtualization blog:
http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html