diff options
author | Starfall <us@starfall.systems> | 2020-11-04 18:44:22 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-11-04 18:44:22 -0600 |
commit | e37a8757159374f426e5cfadde90d84533105e9e (patch) | |
tree | 3a15ec506d8ab4518f2d7a939663df571946d853 /.config | |
parent | d3d97d701ce3d06bc7c5ac45be1b3398d7c9e28d (diff) |
fix 'mailmap' typo in git config
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index a0a51ad..72710ce 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,7 +5,7 @@ [init] templateDir = ~/.config/git/template [log] - mailmmap = true + mailmap = true [pull] rebase = true [rebase] |