Clarify git credential code and fix infinite loop bug (#898)

Fixes #897
This commit is contained in:
Félix Saparelli 2023-03-13 16:40:36 +13:00 committed by GitHub
parent fce7141bec
commit b29234c93b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 71 additions and 58 deletions

View file

@ -1,6 +1,7 @@
pub mod args;
pub mod bin_util;
pub mod entry;
pub mod git_credentials;
pub mod install_path;
pub mod logging;
pub mod manifests;