pub fn parse_remote_auto_track_bookmarks_map(
ui: &Ui,
remote_settings: &RemoteSettingsMap,
) -> Result<HashMap<RemoteNameBuf, StringMatcher>, CommandError>Expand description
Parses the given remotes.<name>.auto-track-bookmarks settings into a map
of string matchers.