Documentation
¶
Overview ¶
Package git provides utilities for interacting with Git repositories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LsFiles ¶
LsFiles lists absolute file paths of all files in the specified repository path, excluding those ignored by .gitignore. Only .gitignore files in the root of the repository are considered. Symlinks are listed as files.
Note that the target directory is scanned regardless of whether it contains a .git subdirectory. This means LsFiles returns files for any directory, not just Git repositories.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.