From 4e772e3e3fe0785d773cf702b115dfc3d20d90d5 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 20 Apr 2023 16:17:09 +0200 Subject: git: diff "man": Correctly handle mdoc(7) pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggested-by: Ahelenia ZiemiaƄska Signed-off-by: Alejandro Colomar --- home/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3