File size: 182 Bytes
7f0ec95
 
 
 
 
1
2
3
4
5
6
/**
 * The four header lines git prints before a file's first hunk.
 */
export const FILE_DIFF_HEADER =
  'diff --git a/a.txt b/a.txt\nindex 1..2 100644\n--- a/a.txt\n+++ b/a.txt\n'