diff options
author | Sarah Morgensen <iskarian@mgsn.dev> | 2021-09-20 16:37:44 -0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-04 16:36:58 +0200 |
commit | 9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84 (patch) | |
tree | 2a8e0632e641bd0bddc4c52bbd3f061413461767 /doc/guix.texi | |
parent | 766b779404e7ff1f65574248ab9ba1e652fd36b7 (diff) | |
download | guix-9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84.tar.gz |
maint: Improve default diff hunk header detection.
Tell git where to look for diff hunk headers: top-level definitions for Scheme files, and (sub)section headers for texi files. * .gitattributes, etc/git/gitconfig: New files. * doc/contributing.texi ("Submitting Patches"): Add subsection "Configuring Git". Document etc/git/gitconfig. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2728f342e4..a9d61461ad 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -97,6 +97,7 @@ Copyright @copyright{} 2021 Hui Lu@* Copyright @copyright{} 2021 pukkamustard@* Copyright @copyright{} 2021 Alice Brenon@* Copyright @copyright{} 2021 Andrew Tropin@* +Copyright @copyright{} 2021 Sarah Morgensen@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or |