Skip to content

Commit 0ac4a2c

Browse files
committed
upgrade to prodash 20.1 for Progress::counter() feature (#470)
1 parent 593f57b commit 0ac4a2c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ git-repository = { version = "^0.24.0", path = "git-repository", default-feature
8686
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.20.0", path = "git-transport" }
8787

8888
clap = { version = "3.2.5", features = ["derive", "cargo"] }
89-
prodash = { version = "20.0.0", optional = true, default-features = false }
89+
prodash = { version = "20.1.0", optional = true, default-features = false }
9090
atty = { version = "0.2.14", optional = true, default-features = false }
9191
env_logger = { version = "0.9.0", default-features = false }
9292
crosstermion = { version = "0.10.1", optional = true, default-features = false }

git-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ crc32fast = { version = "1.2.1", optional = true }
115115
sha1 = { version = "0.10.0", optional = true }
116116

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

120120
# pipe
121121
bytes = { version = "1.0.0", optional = true }

src/porcelain/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pub struct EstimateHours {
101101
/// Ignore github bots which match the `[bot]` search string.
102102
#[clap(short = 'b', long)]
103103
pub no_bots: bool,
104-
/// Collect additional information like tree changes and changed lines.
104+
/// Collect additional information about file modifications, additions and deletions.
105105
#[clap(short = 's', long)]
106106
pub stats: bool,
107107
/// Show personally identifiable information before the summary. Includes names and email addresses.

0 commit comments

Comments
 (0)