claude-code / mods /diff /tests /fixtures /parse-file-diff /file-diff-header.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
7f0ec95 verified
Raw
History Blame Contribute Delete
182 Bytes
/**
* 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'