Skip to content

Commit

Permalink
gix progress now usees the configuration tree as basis for data.
Browse files Browse the repository at this point in the history
This means it now has to use integrate it as data-source and add records
which don't yet have an representation there.
  • Loading branch information
Byron committed Feb 5, 2023
1 parent 2faad43 commit ea76bf5
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 508 deletions.
2 changes: 1 addition & 1 deletion src/plumbing/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub fn main() -> Result<()> {
},
)
}
Subcommands::Progress => show_progress(),
Subcommands::ConfigTree => show_progress(),
Subcommands::Credential(cmd) => core::repository::credential(
repository(Mode::StrictWithGitInstallConfig)?,
match cmd {
Expand Down
4 changes: 2 additions & 2 deletions src/plumbing/options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ pub enum Subcommands {
Exclude(exclude::Subcommands),
#[clap(subcommand)]
Index(index::Subcommands),
/// Display overall progress of the gitoxide project as seen from the perspective of git-config.
Progress,
/// Show which git configuration values are used or planned.
ConfigTree,
Config(config::Platform),
/// Subcommands that need no git repository to run.
#[clap(subcommand)]
Expand Down
Loading

0 comments on commit ea76bf5

Please sign in to comment.