1
0
Fork 0

Increase allowed warnings limit

Upstream svn/trunk just introduced a bunch of new warnings.

Piggy-back change to interpret "From:" lines in SVN to be imported as
proper authorship information.
This commit is contained in:
Patryk Obara 2019-09-30 22:42:05 +02:00
parent 08925b24a4
commit f749fe54fa
3 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,7 @@ git_svn_clone_dosbox () {
local -r authors_file=$PWD/svn-dosbox-authors
git -C "$repo_name" svn fetch \
--use-log-author \
--authors-file="$authors_file"
}