Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SyncFromGitWorkdir ¶
func SyncFromGitWorkdir( ctx context.Context, destHandle *unixfs.FSHandle, srcDir string, deleteMode unixfs_sync.DeleteMode, filterCb unixfs_sync.FilterCb, ) error
SyncFromGitWorkdir calls "git ls-files" using os/exec to determine the list of files in a Git workdir. Includes untracked and ignores gitignored files. It synchronizes the files from the list to the destination UnixFS.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.