Files
moby/.gitattributes
Paweł Gronowski d7ba469dd8 git: Add diff drivers for function context
Map common source and documentation file types to Git's built-in diff
drivers so `git diff -W` expands hunks using language-aware function or
section boundaries instead of generic text context.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-06-17 13:46:43 +02:00

9 lines
150 B
Plaintext

Dockerfile* linguist-language=Dockerfile
*.c diff=cpp
*.h diff=cpp
*.go diff=golang
*.md diff=markdown
*.py diff=python
*.sh diff=bash