From 399a60bfa955f0a3cc4d060a4679412d5c52a78a Mon Sep 17 00:00:00 2001 From: listout Date: Wed, 20 Jul 2022 10:11:06 +0530 Subject: git/config: using listout as name Signed-off-by: listout --- .config/git/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config index 2472da4..11035c6 100644 --- a/.config/git/config +++ b/.config/git/config @@ -15,14 +15,15 @@ [diff] tool = vimdiff [user] - email = brahmajit.xyz@gmail.com - name = brahmajit das - signingkey = brahmajit.xyz@gmail.com + email = listout@protonmail.com + name = listout + signingkey = listout@protonmail.com [sendemail] smtpserver = smtp.googlemail.com smtpencryption = tls smtpserverport = 587 smtpuser = brahmajit.xyz@gmail.com + suppresscc = self [alias] # list files which have changed since REVIEW_BASE # (REVIEW_BASE defaults to 'master' in my zshrc) -- cgit v1.2.3