-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
That way clippy will allow to use the fantastic `Option::is_some_and()` and friends.
- Loading branch information
Showing
126 changed files
with
181 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |
description = "archive generation from of a worktree stream" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
include = ["src/**/*", "LICENSE-*"] | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ description = "A crate of the gitoxide project dealing .gitattributes files" | |
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
|
||
[lib] | ||
doctest = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project dedicated implementing the standard git bitmap format" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
exclude = ["CHANGELOG.md"] | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project dedicated to implementing a 'blame' algorithm" | ||
authors = ["Christoph Rüßler <[email protected]>", "Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
|
||
[lib] | ||
doctest = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project handling internal git command execution" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
include = ["src/lib.rs", "LICENSE-*"] | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ description = "Read-only access to the git commitgraph file format" | |
authors = ["Conor Davis <[email protected]>", "Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
|
||
[lib] | ||
doctest = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project providing git-config value parsing" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
include = ["src/**/*", "LICENSE-*"] | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ description = "Tests for the gix-config crate" | |
license = "MIT OR Apache-2.0" | ||
authors = ["Edward Shen <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
publish = false | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project to interact with git credentials helpers" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
include = ["src/**/*", "LICENSE-*"] | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ description = "Calculate differences between various git objects" | |
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
autotests = false | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" | |
description = "Tests for the gix-diff crate" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
|
||
[[test]] | ||
doctest = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |
description = "A crate of the gitoxide project dealing with directory walks" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
|
||
[lib] | ||
doctest = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ description = "Discover git repositories and check if a directory is a git repos | |
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
|
||
[lib] | ||
doctest = false | ||
|
Oops, something went wrong.