.gitconfig 243 B

123456789
  1. # This repository contains two commits with multiple authors.
  2. # By default, fsck will show errors for those commits.
  3. # Run the following command to ignore them:
  4. # git config --local include.path ../.gitconfig
  5. [fsck]
  6. multipleAuthors=ignore