Skip to content

Commit 18314d8

Browse files
committed
Add Path value (#326)
Add Path value (#326) Add Path value (#326) Add Path value (#326) Path is interpolated bytes. Handle ~user Handle prefix. Fix tests. Fix lint. Windows compat. Windows compat. Windows compat. Windows compat. Windows compat. Windows compat. Windows compat. Windows compat. Use git_features path methods. Use git_features path methods. Use git_features path methods. Use git_features path methods. Use git_features path methods. Use quick_error. Use quick_error. Use quick_error. Use quick_error. into_bytes returns result. Fix windows tests. Utf8Error in git-features::path. Fix using result instead of option. Fix windows. . . . . . . Fix doc tests.
1 parent 3877920 commit 18314d8

File tree

8 files changed

+326
-17
lines changed

8 files changed

+326
-17
lines changed

Cargo.lock

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

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ allow = [
3939
"Apache-2.0",
4040
"BSD-3-Clause",
4141
"MIT",
42+
"CC-PDDC",
4243
]
4344
# Lint level for licenses considered copyleft
4445
copyleft = "allow"

git-config/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
1414
# serde = ["serde_crate"]
1515

1616
[dependencies]
17+
git-features = { version = "^0.19.1", path = "../git-features"}
1718
dirs = "4"
1819
nom = { version = "7", default_features = false, features = [ "std" ] }
1920
memchr = "2"
2021
serde_crate = { version = "1", package = "serde", optional = true }
22+
pwd = "1.3.1"
23+
quick-error = "2.0.0"
2124

2225
[dev-dependencies]
2326
serial_test = "0.5.1"

0 commit comments

Comments
 (0)