We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git fsck
1 parent 53cd069 commit 2487e32Copy full SHA for 2487e32
.gitconfig
@@ -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