add core.excludesfiles to configs deleted.

This commit is contained in:
cantique 2014-02-02 11:46:34 -05:00
parent a4304d4da6
commit 0637cb7608

View file

@ -61,6 +61,8 @@ if all || receipts
end
if all || gitconfig
warn "-> Removing git credential helper config."
warn "-> Removing git credential helper and core excludesfiles config items."
system "/usr/bin/git", "config", "--global", "--unset", "credential.helper"
system "/usr/bin/git", "config", "--global", "--unset", "core.excludesfiles", "boxen" #Remove only a config with boxen in its value (#509)
end