Eric Bower
·
2025-12-13
context_lines_v1.patch
1From aaaa1111111111111111111111111111aaaaaaaa Mon Sep 17 00:00:00 2001
2From: Test User <test@example.com>
3Date: Tue, 23 Jul 2024 10:07:57 -0400
4Subject: [PATCH] fix: update config value
5
6---
7 config.txt | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/config.txt b/config.txt
11index 1234567..abcdefg 100644
12--- a/config.txt
13+++ b/config.txt
14@@ -5,7 +5,7 @@
15 line 5
16 line 6
17 line 7
18-old_value=100
19+new_value=200
20 line 9
21 line 10
22 line 11
23--
242.45.2