pub fn print_untracked_files(
ui: &Ui,
untracked_paths: &BTreeMap<RepoPathBuf, UntrackedReason>,
path_converter: &RepoPathUiConverter,
) -> Result<()>Expand description
Print a warning to the user, listing untracked files that he may care about