.mailmap to repo root
What is the motivation for adding the mailmap? So that the new email shows up in the git log or similar? Or is there something else I am missing. I had hoped that it would make a difference when...
This part of the readme still mentions Plug 'ziglang/zig.vim'. No need to mention the command twice so we could change it like this:
That is good to know. I went ahead and removed the version check for FreeBSD.
I added a link to https://man.netbsd.org/memfd_create.2 where it says the following in the history section:
I initially had no version check for freebsd assuming that only 14 or later was supported but then I tried to cross compile for an older version (e.g. zig build -Dtarget=x86_64-freebsd.13.0) and...