From f354dded4d1a2c6cd25a23fe6ad7367ad7be657f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 12 Jul 2021 10:51:19 +0200 Subject: .gitconfig: Use UTF-8 character in name --- home/john/.gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/john/.gitconfig b/home/john/.gitconfig index 9c93ca6..d3ebfff 100644 --- a/home/john/.gitconfig +++ b/home/john/.gitconfig @@ -1,9 +1,11 @@ [init] defaultBranch = master [user] - name = John Ankarstrom + name = John Ankarström email = john@ankarstrom.se [gui] usettk = 0 fontui = -family Helvetica -size 8 -weight normal -slant roman -underline 0 -overstrike 0 fontdiff = -family Fixed -size 9 -weight normal -slant roman -underline 0 -overstrike 0 +[advice] + addEmptyPathspec = false -- cgit v1.2.3