mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
Add git configuration to ignore errors from git fsck
This commit is contained in:
parent
53cd06900c
commit
2487e32c39
9
.gitconfig
Normal file
9
.gitconfig
Normal file
@ -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…
x
Reference in New Issue
Block a user