From a957c22f8b63f390fc4289b93a84e921e5c3d64d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 27 Dec 2024 22:27:19 -0600 Subject: start work on an applyPatch() --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 409761e..3d6ef21 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ mine: install all: install forge list --all -patches: install +patches-make: install forge --patchset "from makefile" localhost-patches: install @@ -73,6 +73,9 @@ localhost-patches: install patches-list: install forge --list-patchset +patches-apply-213058: install + forge --apply /tmp/2024.12.27.213058.submitted.pb + dirty: install forge dirty --all -- cgit v1.2.3