summaryrefslogtreecommitdiffstatshomepage
path: root/webui/src/components/CommentInput/CommentInput.tsx
diff options
context:
space:
mode:
authorsudoforge <no-reply@sudoforge.com>2025-05-15 19:32:39 -0700
committerGitHub <noreply@github.com>2025-05-16 02:32:39 +0000
commitb3a3f574f688670f7757501b579d9704cb6bd32d (patch)
tree2a64cf5ba428f9da06cd48ffc267d25204a474c6 /webui/src/components/CommentInput/CommentInput.tsx
parent7e95b169b17e3636efa5969a42c2486268dc73e3 (diff)
downloadgit-bug-b3a3f574f688670f7757501b579d9704cb6bd32d.tar.gz
git-bug-b3a3f574f688670f7757501b579d9704cb6bd32d.zip
feat(dev-infra): add initial //:.mailmap (#1426)
This change adds //.mailmap initialized with mappings for duplicate names and email addresses found in the repository archive. When a duplicate was found, the name and email were chosen preferring the longest name for the author, and the most practical email address (e.g. if an obvious personal and professional email address existed, the personal address was chosen). Duplicate names were found with the following command: git shortlog -se |\ awk 'match($0, /[0-9]+[ \t]+(.*)[ \t]+<.*>/, m) { print m[1] }' |\ sort |\ uniq -d Duplicate email addresses were found with the following command: git shortlog -se |\ awk 'match($0, /<[^>]+>/) { print substr($0, RSTART+1, RLENGTH-2) }' |\ sort |\ uniq -d Change-Id: Ie0280ee336098c080cf5af8062dae20cb7a41e8e
Diffstat (limited to 'webui/src/components/CommentInput/CommentInput.tsx')
0 files changed, 0 insertions, 0 deletions