From: Stefan Weil Date: Fri, 1 May 2020 16:42:38 +0000 (+0200) Subject: Add git configuration to ignore errors from `git fsck` X-Git-Tag: v1.10.3^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2487e32c39ee48f8045ff0c89c13e25bca1d5282;p=thirdparty%2Ffreeswitch.git Add git configuration to ignore errors from `git fsck` --- diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000000..c1edb81365 --- /dev/null +++ b/.gitconfig @@ -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