| /** | |
| * 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' | |
| /** | |
| * 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' | |