Module trunk
grit
0.1.0
Module trunk
Module Items
Structs
Constants
Functions
In crate grit
grit
Module
trunk
Copy item path
Source
Structs
§
Error
No local branch was found to have any of the supplied names.
Constants
§
DEFAULT_
TRUNKS
Default names to consider when searching for local trunk branch, in order of preference. Overridden by the value of the
GRIT_TRUNKS
environment variable.
GRIT_
TRUNKS
Environment variable to check for comma-separated list of local trunk branch names. If the variable is unset, the value defaults to
DEFAULT_TRUNKS
.
Functions
§
local
Returns the name of the local trunk branch, if it can be determined.
names
Returns the names of potential trunk branches, per
GRIT_TRUNKS
(if set) or
DEFAULT_TRUNKS
.