git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* diff: Add support for man(7) pages
@ 2022-10-20 12:19 Alejandro Colomar
  0 siblings, 0 replies; only message in thread
From: Alejandro Colomar @ 2022-10-20 12:19 UTC (permalink / raw)
  To: Git


[-- Attachment #1.1: Type: text/plain, Size: 1085 bytes --]

Hi!

I added the following to my gitconfig and attributes files to improve 
diffs in manual pages.  Would you mind adding support for them in git(1)?

Thanks,

Alex

P.S.: The extension I used in the attributes file is imperfect, since a 
glob wouldn't allow me as much precission as a regex.  With a regex, it 
would be written as '\.[1-9][[:lower:]]*$'.


---

     git: diff "man": Correctly interpret man(7) pages.

     Signed-off-by: Alejandro Colomar <alx@kernel.org>

diff --git a/home/user/.config/git/attributes 
b/home/user/.config/git/attributes
new file mode 100644
index 0000000..652558f
--- /dev/null
+++ b/home/user/.config/git/attributes
@@ -0,0 +1 @@
+*.[1-9]* diff=man
diff --git a/home/user/.gitconfig b/home/user/.gitconfig
index 72ddc50..adb6cbb 100644
--- a/home/user/.gitconfig
+++ b/home/user/.gitconfig
@@ -27,3 +27,5 @@
         signingKey = A9348594CE31283A826FBDD8D57633D441E25BB5
  [diff]
         algorithm = histogram
+[diff "man"]
+       xfuncname = "^\\.S[SH] .*$"



-- 
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-20 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-20 12:19 diff: Add support for man(7) pages Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).