MCPcopy
hub / github.com/git-lfs/git-lfs / FetchIncludePaths

Method FetchIncludePaths

config/config.go:198–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198func (c *Configuration) FetchIncludePaths() []string {
199 patterns, _ := c.Git.Get("lfs.fetchinclude")
200 return tools.CleanPaths(patterns, ",")
201}
202
203func (c *Configuration) FetchExcludePaths() []string {
204 patterns, _ := c.Git.Get("lfs.fetchexclude")

Callers 6

EnvironFunction · 0.80
smudgeCommandFunction · 0.80
fetchCommandFunction · 0.80
filterCommandFunction · 0.80

Calls 2

CleanPathsFunction · 0.92
GetMethod · 0.65

Tested by 1