summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-20 16:17:09 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-20 16:17:13 +0200
commit4e772e3e3fe0785d773cf702b115dfc3d20d90d5 (patch)
treeab7cfae1c51e43faf8dd30da27d61a777f3713b6
parentbc160fb6a9e760fae9cc068ec392982799e3c699 (diff)
git: diff "man": Correctly handle mdoc(7) pages
Suggested-by: Ahelenia ZiemiaƄska <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--home/.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.gitconfig b/home/.gitconfig
index 2c36408..3f4f210 100644
--- a/home/.gitconfig
+++ b/home/.gitconfig
@@ -16,7 +16,7 @@
[diff]
algorithm = histogram
[diff "man"]
- xfuncname = "^\\.S[SH] .*$"
+ xfuncname = "^\\.S[SHsh] .*$"
[init]
defaultBranch = main
[pager]