Drop OSX config from .gitconfig

This is a relic from the OSX support days. It's incompatible with the Linux
setup.
This commit is contained in:
William Carroll 2019-03-25 17:32:30 +00:00
parent 72a5510dbf
commit 3c96944855

View file

@ -9,8 +9,6 @@
yday = ! git log --name-only --since=yesterday.midnight --until=today.midnight --author=\"$(git config --get user.email)\" yday = ! git log --name-only --since=yesterday.midnight --until=today.midnight --author=\"$(git config --get user.email)\"
patch-grep = log -p -S patch-grep = log -p -S
unstage = reset HEAD -- unstage = reset HEAD --
[credential]
helper = osxkeychain
[push] [push]
default = current default = current
[rebase] [rebase]