[PATCH] D103360: Add a toplevel .mailmap file
    Nico Weber via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun  4 08:50:56 PDT 2021
    
    
  
thakis added inline comments.
================
Comment at: .mailmap:23
+#
+# Please keep this file sorted.
----------------
thakis wrote:
> mstorsjo wrote:
> > Sorted - with which rule? :-) According to the email address only, or based on the first alphanumerical chars on the line (realname if set, otherwise email)?
> Good question. I would've said "whatever `:sort` does" but I guess it's nice to keep entries for one person together?
> 
> But it's already not sorted even with email-only entries, so maybe we should just remove this line *shrug*
https://github.com/torvalds/linux/blob/master/.mailmap looks pretty tidy so I guess using that rule ("by first non-< char") would work?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103360/new/
https://reviews.llvm.org/D103360
    
    
More information about the llvm-commits
mailing list