Skip to content

Commit 764f5d5

Browse files
committed
bump version
1 parent 4028f8c commit 764f5d5

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "onefetch"
88
readme = "README.md"
99
repository = "https://github.com/o2sh/onefetch"
10-
version = "2.9.1"
10+
version = "2.10.0"
1111

1212
[package.metadata.deb]
1313
depends = "$auto"

docs/onefetch.1

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
2-
.TH ONEFETCH "1" "January 2021" "onefetch 2.9.1" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
2+
.TH ONEFETCH "1" "July 2021" "onefetch 2.10.0" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.9.1
4+
onefetch \- manual page for onefetch 2.10.0
55
.SH DESCRIPTION
6-
onefetch 2.9.1
6+
onefetch 2.10.0
77
Git repository summary on your terminal
88
.SS "USAGE:"
99
.IP
@@ -71,14 +71,18 @@ For example:
7171
.IP
7272
Turns off bold formatting.
7373
.HP
74-
\fB\-\-no\-color\-palette\fR
74+
\fB\-\-no\-palette\fR
7575
.IP
7676
Hides the color palette.
7777
.HP
78-
\fB\-\-no\-merge\-commits\fR
78+
\fB\-\-no\-merges\fR
7979
.IP
8080
Ignores merge commits.
8181
.HP
82+
\fB\-\-no\-bots\fR <REGEX>
83+
.IP
84+
Exclude [bot] commits. Use <REGEX> to override the default pattern.
85+
.HP
8286
\fB\-z\fR, \fB\-\-isotime\fR
8387
.IP
8488
Use ISO 8601 formatted timestamps.
@@ -91,6 +95,10 @@ Allows you to disable FIELD(s) from appearing in the output.
9195
.IP
9296
NUM of authors to be shown. [default: 3]
9397
.HP
98+
\fB\-E\fR, \fB\-\-show\-email\fR
99+
.IP
100+
show the email address of each author.
101+
.HP
94102
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
95103
.IP
96104
Ignore all files & directories matching EXCLUDE.

0 commit comments

Comments
 (0)