Skip to content

Commit

Permalink
Add git configuration to ignore errors from git fsck
Browse files Browse the repository at this point in the history
  • Loading branch information
stweil authored May 1, 2020
1 parent 53cd069 commit 2487e32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2487e32

Please sign in to comment.