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

Method FetchExcludePaths

config/config.go:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201}
202
203func (c *Configuration) FetchExcludePaths() []string {
204 patterns, _ := c.Git.Get("lfs.fetchexclude")
205 return tools.CleanPaths(patterns, ",")
206}
207
208func (c *Configuration) CurrentRef() *git.Ref {
209 c.loading.Lock()

Callers 8

EnvironFunction · 0.80
smudgeCommandFunction · 0.80
pruneFunction · 0.80
doFsckObjectsFunction · 0.80
fetchCommandFunction · 0.80
filterCommandFunction · 0.80

Calls 2

CleanPathsFunction · 0.92
GetMethod · 0.65

Tested by 1