Expand description
Helpers to gather the VCS information for cargo package
.
Structsยง
- Represents the Git VCS information when packaging.
- Represents the VCS information when packaging.
Functionsยง
- Checks if the package source is in a git DVCS repository.
- collect_
statuses ๐Helper to collect dirty statuses for a single repo. - dirty_
metadata_ ๐paths Checks whether files at paths specified inpackage.readme
andpackage.license-file
have been modified. - git ๐The real git status check starts from here.
- status_
submodules ๐Helper to collect dirty statuses while recursing into submodules. - Warns if any symlinks were checked out as plain text files.