On Fri, Dec 27, 2024 at 10:19:12AM +0100, Marek Lindner wrote:
Signed-off-by: Marek Lindner marek.lindner@mailbox.org
MAINTAINERS | 2 +- net/batman-adv/main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Would it maybe make sense to also add a .mailmap file to both batman-adv and batctl?
This is useful for tools like "git shortlog -sne" to associate multiple (potentially deprecated) emails to the same person. (Or even multiple author names to the same person, like it sometimes happens with my Lüssing vs. Luessing surname.)
There's also a manpage for it, "man gitmailmap". And .mailmap is already used and present on the upstream Linux kernel. But it's missing for our off-tree batman-adv repo right now.
Regards, Linus