pub const GRIT_TRUNKS: &str = "GRIT_TRUNKS";Expand description
Environment variable to check for comma-separated list of local trunk branch
names. If the variable is unset, the value defaults to DEFAULT_TRUNKS.
TODO: In Jujutsu repos, use JJ’s notion of trunk:
jj log --no-graph --revision 'trunk()' --template 'bookmarks'