Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
203
func
(c *Configuration) FetchExcludePaths() []string {
204
patterns, _ := c.Git.Get(
"lfs.fetchexclude"
)
205
return
tools.CleanPaths(patterns,
","
)
206
}
207
208
func
(c *Configuration) CurrentRef() *git.Ref {
209
c.loading.Lock()
Callers
8
Environ
Function · 0.80
smudgeCommand
Function · 0.80
determineIncludeExcludePaths
Function · 0.80
prune
Function · 0.80
doFsckObjects
Function · 0.80
fetchCommand
Function · 0.80
filterCommand
Function · 0.80
TestFetchIncludeExcludesAreCleaned
Function · 0.80
Calls
2
CleanPaths
Function · 0.92
Get
Method · 0.65
Tested by
1
TestFetchIncludeExcludesAreCleaned
Function · 0.64