Skip to content

Commit eabbb92

Browse files
committed
adjust to renaming of git-sec to gix-sec
1 parent d7ad650 commit eabbb92

File tree

93 files changed

+474
-474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+474
-474
lines changed

Cargo.lock

Lines changed: 23 additions & 23 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
@@ -156,7 +156,7 @@ members = [
156156
"git-fetchhead",
157157
"git-prompt",
158158
"git-filter",
159-
"git-sec",
159+
"gix-sec",
160160
"git-lfs",
161161
"git-rebase",
162162
"git-sequencer",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ check: ## Build all code in suitable configurations
7474
&& cargo check --features verbose-object-parsing-errors
7575
cd git-index && cargo check --features serde1
7676
cd git-credentials && cargo check --features serde1
77-
cd git-sec && cargo check --features serde1
77+
cd gix-sec && cargo check --features serde1
7878
cd git-revision && cargo check --features serde1
7979
cd git-attributes && cargo check --features serde1
8080
cd git-glob && cargo check --features serde1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ is usable to some extent.
7070
* [git-traverse](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-traverse)
7171
* [git-features](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-features)
7272
* [git-credentials](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-credentials)
73-
* [git-sec](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-sec)
73+
* [gix-sec](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-sec)
7474
* [git-quote](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-quote)
7575
* [git-discover](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-discover)
7676
* [gix-path](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-path)

cargo-smart-release/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

cargo-smart-release/Cargo.lock

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

crate-status.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Check out the [performance discussion][git-traverse-performance] as well.
362362
### git-command
363363
* [x] execute commands directly
364364
* [x] execute commands with `sh`
365-
* [ ] support for `GIT_EXEC_PATH` environment variable with `git-sec` filter
365+
* [ ] support for `GIT_EXEC_PATH` environment variable with `gix-sec` filter
366366

367367
### git-prompt
368368
* [x] open prompts for usernames for example
@@ -411,7 +411,7 @@ Provide base-implementations for dealing with smudge and clean filters as well a
411411
* [ ] smudge filter base
412412
* [ ] filter process base
413413

414-
### git-sec
414+
### gix-sec
415415

416416
Provides a trust model to share across gitoxide crates. It helps configuring how to interact with external processes, among other things.
417417

etc/check-package-size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ echo "in root: gitoxide CLI"
4848
(enter git-lfs && indent cargo diet -n --package-size-limit 5KB)
4949
(enter git-note && indent cargo diet -n --package-size-limit 5KB)
5050
(enter git-fetchhead && indent cargo diet -n --package-size-limit 5KB)
51-
(enter git-sec && indent cargo diet -n --package-size-limit 15KB)
51+
(enter gix-sec && indent cargo diet -n --package-size-limit 15KB)
5252
(enter git-tix && indent cargo diet -n --package-size-limit 5KB)
5353
(enter git-credentials && indent cargo diet -n --package-size-limit 30KB)
5454
(enter git-prompt && indent cargo diet -n --package-size-limit 15KB)

0 commit comments

Comments
 (0)