add core.excludesfiles to configs deleted.
This commit is contained in:
parent
a4304d4da6
commit
0637cb7608
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue