Module working_directory

Source
Expand description

An abstraction for an existing directory, and one that should be usable (i.e. is worth trying to use).

Structs§

WorkingDirectory
WorkingDirectoryAutoCleanOpts
WorkingDirectoryPath
A path to a working directory. Has methods that only need a path, nothing else.
WorkingDirectoryStatus
Stored in $n.status files for each working directory
WorkingDirectoryWithPoolLock
WorkingDirectoryWithPoolLockMut
Does not own the lock! See WorkingDirectoryWithPoolMut for that.
WorkingDirectoryWithPoolMut
Owns the lock

Enums§

FetchTags
FetchedTags
Status

Constants§

REMOTE_NAME
The name of the default upstream; just Git’s default name when cloning, relying on that!