forked from Mirrors/freeswitch
Add git configuration to ignore errors from `git fsck`
This commit is contained in:
parent
53cd06900c
commit
2487e32c39
|
@ -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
|
Loading…
Reference in New Issue