# Git Mailmap Template (.mailmap)
# Documentation: https://git-scm.com/docs/gitmailmap
# 
# Use this file to consolidate different names and email addresses for the same 
# author in git history.

# Format:
# Proper Name <proper@email.com> Commit Name <commit@email.com>
# Proper Name <proper@email.com> <commit@email.com>
# <proper@email.com> <commit@email.com>
# Proper Name <commit@email.com>

# --- Examples ---

# 1. Map multiple emails to one proper name and email
# John Doe <john.doe@company.com> <jdoe@old-company.com>
# John Doe <john.doe@company.com> <johnny@gmail.com>

# 2. Fix a typo in a name
# John Doe <john.doe@company.com> John D. <john.doe@company.com>

# 3. Map a name change
# Jane Smith <jane.smith@email.com> Jane Doe <jane.smith@email.com>

# 4. Handle cases where the name was missing
# John Doe <john.doe@company.com> <john.doe@company.com>
