From f8b10932c86cf4c1657a67e8c484d76f757b64bd Mon Sep 17 00:00:00 2001 From: Sarah Morgensen Date: Mon, 20 Sep 2021 16:37:44 -0700 Subject: Add git configuration templates to improve diff hunk header detection. This is a follow-up to commit 9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84, which missed two hunks from . Reported by hackeryarn on #guix. * .gitattributes, etc/git/gitconfig: New files. Signed-off-by: Marius Bakke --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..b31f7fd74d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.scm diff=scheme +*.scm.in diff=scheme +*.texi diff=texinfo -- cgit v1.2.3