Skip to content

Commit 2487e32

Browse files
authored
Add git configuration to ignore errors from git fsck
1 parent 53cd069 commit 2487e32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This repository contains two commits with multiple authors.
2+
3+
# By default, fsck will show errors for those commits.
4+
# Run the following command to ignore them:
5+
6+
# git config --local include.path ../.gitconfig
7+
8+
[fsck]
9+
multipleAuthors=ignore

0 commit comments

Comments
 (0)