1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 21:57:44 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 44e3ce1d066e2bcc574081ed828368974e0262a2 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Tobias Christiansen <tobyase@serenityos.org>
Date: Fri, 11 Mar 2022 19:01:35 +0100
Subject: [PATCH 2/3] Stub out the performance report macro
Subject: [PATCH] Stub out the performance report macro
The Macro for performance reporting was throwing compile errors, so we just stub it out.
---
@ -21,6 +21,3 @@ index e77b6da..1d6ff6e 100644
#define perfo_4(id, ab, name, thr) perfo_3(id, ab, name, thr)
#include "Performance.def"
--
2.36.1