aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 10:51:19 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 10:51:19 +0200
commitf354dded4d1a2c6cd25a23fe6ad7367ad7be657f (patch)
tree520c6610091a28088f366ffff18a4bd661382912
parenta07cd000bc3b4c4c52c2073d12bcea3a3da9f825 (diff)
downloadlbsd-f354dded4d1a2c6cd25a23fe6ad7367ad7be657f.tar.gz
.gitconfig: Use UTF-8 character in name
-rw-r--r--home/john/.gitconfig4
1 files changed, 3 insertions, 1 deletions
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