mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-08 20:03:03 +00:00
git: add diff patterns for Autotest and Texinfo
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1 +1,2 @@
|
||||
|
||||
*.at diff=autotest
|
||||
*.texi diff=texinfo
|
||||
|
||||
12
.gitconfig
Normal file
12
.gitconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
# To use this gitconfig file, run
|
||||
#
|
||||
# git config --local include.path ../.gitconfig
|
||||
#
|
||||
# It adds an `[include]` section in .git/config.
|
||||
# See <https://git-scm.com/docs/git-config#_includes>.
|
||||
|
||||
[diff "autotest"]
|
||||
xfuncname = "^((m4_define|m4_pushdef|AT_SETUP).*)$"
|
||||
|
||||
[diff "texinfo"]
|
||||
xfuncname = "^@node .*$"
|
||||
Reference in New Issue
Block a user