gitconfig: tweak org diff regexp

This is to avoid matching bold emphasis at the beginning of the line.
This commit is contained in:
Protesilaos Stavrou 2021-01-27 14:27:00 +02:00
parent 18b1399986
commit 765f7cfb7e
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -16,4 +16,4 @@
[diff "lisp"]
xfuncname = "^(\\(.*)$"
[diff "org"]
xfuncname = "^(\\*+.*)$"
xfuncname = "^(\\* +.*)$"