]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add git configuration to ignore errors from `git fsck`
authorStefan Weil <sw@weilnetz.de>
Fri, 1 May 2020 16:42:38 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 16:42:38 +0000 (20:42 +0400)
.gitconfig [new file with mode: 0644]

diff --git a/.gitconfig b/.gitconfig
new file mode 100644 (file)
index 0000000..c1edb81
--- /dev/null
@@ -0,0 +1,9 @@
+# This repository contains two commits with multiple authors.
+
+# By default, fsck will show errors for those commits.
+# Run the following command to ignore them:
+
+# git config --local include.path ../.gitconfig
+
+[fsck]
+       multipleAuthors=ignore