mirror of
https://github.com/anthropics/claude-code.git
synced 2026-09-14 19:48:39 +08:00
18be13be81
Squash merge of 4 commits
6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
/**
|
|
* 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'
|