File: patch_sample.mbx

package info (click to toggle)
patch-hub 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,616 kB
  • sloc: xml: 142; makefile: 33
file content (31 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31



Subject: [PATCH 1/3] file: Do foo
From: Foo Bar <foo@bar.foo.bar>
Date: Tue, 16 Jul 2024 16:51:00 +0000
Message-Id: <1234.567-1-foo@bar.foo.bar>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

Patch 1 description

Signed-off-by: Foo Bar <foo@bar.foo.bar>
---
 file.rs | 2 +-
 1 file changed, 1 insertions(+), 1 deletions(-)

diff --git a/file.rs b/file.rs
index abcdef..fedcba 100644
--- a/file.rs
+++ b/file.rs
@@ -57,6 +57,6 @@ CONTEXT;
context
 
-deletion
+addition

context
-- 
2.34.1