diff options
Diffstat (limited to 'home/john/.gitconfig')
-rw-r--r-- | home/john/.gitconfig | 4 |
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 |