helm/pkg/plugin/installer
Adam Reese c314e2e2f1
fix(plugins): support newer git (#3571)
Newer gits don't like checking out an empty string.

```
empty string is not a valid pathspec. please use . instead if you meant to match all paths
```
2018-02-26 15:44:32 -08:00
..
base.go feat(helm): add plugin management commands 2017-04-06 11:28:09 -07:00
doc.go feat(helm): add plugin management commands 2017-04-06 11:28:09 -07:00
http_installer.go defer in loop may cause resource leak 2018-02-09 10:24:47 +08:00
http_installer_test.go Add tests to HTTPInstaller, update plugin documentation 2017-10-20 10:28:40 +02:00
installer.go Update to comply with linter rules and gofmt 2017-10-19 13:42:11 +02:00
local_installer.go Adds update option to plugin command (#2410) 2017-05-16 11:07:15 -06:00
local_installer_test.go Errors out in case requested plugin exists 2017-05-06 15:47:21 -07:00
vcs_installer.go fix(plugins): support newer git (#3571) 2018-02-26 15:44:32 -08:00
vcs_installer_test.go fix(plugins): support newer git (#3571) 2018-02-26 15:44:32 -08:00