Skip to content

Commit b03520d

Browse files
committed
Add empty patch for testing
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
1 parent f6530ab commit b03520d

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

tests/emptypatches/create755.patch

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From 39fdfb57a112a3b00cc352b45d17aba4f0f58005 Mon Sep 17 00:00:00 2001
2+
From: John Doe <john.doe@mail.com>
3+
Date: Wed, 1 Oct 2025 12:39:25 +0200
4+
Subject: [PATCH] Add quotes.txt
5+
6+
Signed-off-by: John Doe <john.doe@mail.com>
7+
---
8+
quote.txt | 1 +
9+
1 file changed, 1 insertion(+)
10+
create mode 100755 quote.txt
11+
12+
diff --git a/quote.txt b/quote.txt
13+
new file mode 100755
14+
index 0000000000000000000000000000000000000000..cbfafe956ec35385f5b728daa390603ff71f1933
15+
--- /dev/null
16+
+++ b/quote.txt
17+
@@ -0,0 +1 @@
18+
+post malam segetem, serendum est.
19+
--
20+
2.51.0
21+

tests/emptypatches/update644.patch

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
From 9a6f61c8cabffc01811605577d6d276a07c8bb95 Mon Sep 17 00:00:00 2001
2+
From: John Doe <john.doe@mail.com>
3+
Date: Fri, 3 Oct 2025 08:57:43 +0200
4+
Subject: [PATCH] Change file permission
5+
6+
Signed-off-by: John Doe <john.doe@mail.com>
7+
---
8+
quote.txt | 0
9+
1 file changed, 0 insertions(+), 0 deletions(-)
10+
mode change 100755 => 100644 quote.txt
11+
12+
diff --git a/quote.txt b/quote.txt
13+
old mode 100755
14+
new mode 100644
15+
--
16+
2.51.0

0 commit comments

Comments
 (0)