1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57: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 35566f37112c812ab3695e4843ff653792b1d532 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brendan Coles <bcoles@gmail.com>
Date: Thu, 23 Dec 2021 10:26:29 +0100
Subject: [PATCH 2/4] Replace a use of rindex() with strrchr()
Subject: [PATCH] Replace a use of rindex() with strrchr()
Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev>
---
@ -29,6 +29,3 @@ index b6122a9..582a0e2 100644
if(!p)
{
glob = fspec;
--
2.36.1