6 lines
249 B
Diff
6 lines
249 B
Diff
459a460
|
|
> // It also re-enables git-credential(1), which is used to test git-annex's HTTP support
|
|
465c466
|
|
< if strings.Contains(string(arg), "lfs") {
|
|
---
|
|
> if strings.Contains(string(arg), "lfs") || strings.Contains(string(arg), "credential") {
|