File: git-diff-conflict.riff-output

package info (click to toggle)
rust-riffdiff 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,784 kB
  • sloc: sh: 206; python: 132; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
diff --cc file.txt
index ab87638,3f14491..0000000
--- file.txt
+++ file.txt
@@@ -1,3 -1,3 +1,7 @@@
  This is an example of git conflict markers.
  
++<<<<<<< HEAD
 +This line is changed on the main branch.
++=======
+ This line is from the branch named "branch".
++>>>>>>> branch