Module branchless::core::config
source · [−]Expand description
Accesses repo-specific configuration.
Modules
Environment variables which affect the functioning of git-branchless
.
Constants
Config key for get_restack_warn_abandoned
.
Functions
Get the default comment character.
If true
, show branches pointing to each commit in the smartlog.
If true
, show associated Phabricator commits in the smartlog.
If true
, show the age of each commit in the smartlog.
Get the commit template message, if any.
Get the path where Git hooks are stored on disk.
Get the default init branch name.
Get the configured editor, if any.
Get the configured name of the main branch.
If true
, when advancing to a “next” commit, prompt interactively to
if there is ambiguity in which commit to advance to.
If true
, when restacking a commit, do not update its timestamp to the
current time.
If true
, when a rewrite event happens which abandons commits, warn the user
and tell them to run git restack
.