Remove duplicated git include

Commit de8ad4ac08 added an include of
~/.user.gitconfig following the global definitions in ~/.gitconfig. What
I had forgotten is that it was included earlier in the
alphabetically-sorted `[include]` section. Oops!
master
Jordan Atwood 2 years ago
parent 42c3da7c38
commit ad9ad1f6e0
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 5
      src/.gitconfig

@ -58,9 +58,6 @@
prune = true prune = true
[help] [help]
autocorrect = 20 autocorrect = 20
[include]
# Define system-specific user configs such as GPG signing key
path = ~/.user.gitconfig
[interactive] [interactive]
# Build or install `diff-highlight` to some $PATH present location for # Build or install `diff-highlight` to some $PATH present location for
# improved interactive diff highlights. Falls back on plain `core.pager` if # improved interactive diff highlights. Falls back on plain `core.pager` if
@ -89,4 +86,6 @@
email = nightfirecat@nightfirec.at email = nightfirecat@nightfirec.at
[include] [include]
# Define system-specific configs such as GPG signing key or alternate name
# and email
path = ~/.user.gitconfig path = ~/.user.gitconfig

Loading…
Cancel
Save