Re: [PATCH] mailmap: fix entries with many aliases

2025-07-21 Thread Thomas Monjalon
16/07/2025 16:41, David Marchand: > According to gitmailmap manual, a line is composed of a contact > information followed by commit information. > > Which translates to the following formats: > Proper Name > > Proper Name > Proper Name Commit Name > > Some lines had multiple commit infos

[PATCH] mailmap: fix entries with many aliases

2025-07-16 Thread David Marchand
According to gitmailmap manual, a line is composed of a contact information followed by commit information. Which translates to the following formats: Proper Name Proper Name Proper Name Commit Name Some lines had multiple commit infos which were not parsed correctly by tools. Fix this by