Diffs¶
Defining a custom hunk header¶
See the section with the same name in man 5 gitattributes
List files that changed between commits¶
git diff --name-only <commit> <commit>
See the section with the same name in man 5 gitattributes
git diff --name-only <commit> <commit>