Skip to content

Commit

Permalink
upgrade to prodash 20.1 for Progress::counter() feature (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 20, 2022
1 parent 593f57b commit 0ac4a2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -86,7 +86,7 @@ git-repository = { version = "^0.24.0", path = "git-repository", default-feature
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.20.0", path = "git-transport" }

clap = { version = "3.2.5", features = ["derive", "cargo"] }
prodash = { version = "20.0.0", optional = true, default-features = false }
prodash = { version = "20.1.0", optional = true, default-features = false }
atty = { version = "0.2.14", optional = true, default-features = false }
env_logger = { version = "0.9.0", default-features = false }
crosstermion = { version = "0.10.1", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion git-features/Cargo.toml
Expand Up @@ -115,7 +115,7 @@ crc32fast = { version = "1.2.1", optional = true }
sha1 = { version = "0.10.0", optional = true }

# progress
prodash = { version = "20.0.0", optional = true, default-features = false, features = ["unit-bytes", "unit-human"] }
prodash = { version = "20.1.0", optional = true, default-features = false, features = ["unit-bytes", "unit-human"] }

# pipe
bytes = { version = "1.0.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/porcelain/options.rs
Expand Up @@ -101,7 +101,7 @@ pub struct EstimateHours {
/// Ignore github bots which match the `[bot]` search string.
#[clap(short = 'b', long)]
pub no_bots: bool,
/// Collect additional information like tree changes and changed lines.
/// Collect additional information about file modifications, additions and deletions.
#[clap(short = 's', long)]
pub stats: bool,
/// Show personally identifiable information before the summary. Includes names and email addresses.
Expand Down

0 comments on commit 0ac4a2c

Please sign in to comment.