repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

git-pr / fixtures
Eric Bower  ·  2025-12-13

context_lines_v2.patch

 1From bbbb2222222222222222222222222222bbbbbbbb 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 2345678..bcdefgh 100644
12--- a/config.txt
13+++ b/config.txt
14@@ -15,7 +15,7 @@
15 line 15
16 line 16
17 line 17
18-old_value=100
19+new_value=200
20 line 19
21 line 20
22 line 21
23-- 
242.45.2