aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig/mitch4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitconfig/mitch b/gitconfig/mitch
index 2d66968..14ad151 100644
--- a/gitconfig/mitch
+++ b/gitconfig/mitch
@@ -2,8 +2,8 @@
# pager = less -+F -+X
pager = cat
[user]
- email = mitch@riedstra.us
- name = Mitch Riedstra
+ email = mitch@riedstra.dev
+ name = Mitchell Riedstra
[alias]
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
histv = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --stat