1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 17:27:35 +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 a61996a48d800229a267d9fef1548b08450997ab Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Callahan <ibara@users.noreply.github.com>
Date: Sat, 1 Feb 2020 14:54:04 -0500
Subject: [PATCH 2/4] Use stdbool instead of rolling a manual Bool
Subject: [PATCH] Use stdbool instead of rolling a manual Bool
---
ed.h | 3 +--
@ -21,6 +21,3 @@ index db0b4a6..ef0c134 100644
#endif
enum Pflags /* print suffixes */
--
2.36.1