Provide API to access global user git settings
dometto opened this issue · 0 comments
dometto commented
JGit now provides this functionality, e.g.:
org.eclipse.jgit.util.SystemReader.getInstance().getUserConfig().getString(ConfigConstants::CONFIG_INIT_SECTION, nil, ConfigConstants::CONFIG_KEY_DEFAULT_BRANCH)