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

Function UpdateIndexFromStdin

git/git.go:646–648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

644}
645
646func UpdateIndexFromStdin() (*subprocess.Cmd, error) {
647 return git("update-index", "-q", "--refresh", "--stdin")
648}
649
650// RecentBranches returns branches with commit dates on or after the given date/time
651// Return full Ref type for easier detection of duplicate SHAs etc

Callers 1

AddMethod · 0.92

Calls 1

gitFunction · 0.85

Tested by

no test coverage detected