Add git configuration to ignore errors from `git fsck`

This commit is contained in:
Stefan Weil 2020-05-01 18:42:38 +02:00 committed by GitHub
parent 53cd06900c
commit 2487e32c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.gitconfig Normal file
View File

@ -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