git svn --authors-file 的作者文件中的 svn 用户名是否区分大小写?

Are svn usernames in authors file for git svn --authors-file case sensitive?

我想将 git svn--authors-file=authors-file.txtauthors-file.txt 一起使用:

joe1 = Joe User <user@example.com>
Joe1 = Joe User <user@example.com>
JOE1 = Joe User <user@example.com>

关于 git svn --authors-file 的 svn 用户名区分大小写吗?如果我省略不同的变体,它仍然有效吗?

我现在正在经历这个过程,并且可以确认 Git 在这里区分大小写,即使操作系统不区分大小写。如果您从作者文件中省略了这些条目,那么 Git 将在尝试从 SVN 克隆时失败并出现 author not defined 错误。