Skip to content

Commit

Permalink
adjust to renaming of git-index to gix-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 16, 2023
1 parent ecd3541 commit 86db5e0
Show file tree
Hide file tree
Showing 70 changed files with 600 additions and 600 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ members = [
"gix-diff",
"gix-date",
"gix-traverse",
"git-index",
"gix-index",
"gix-bitmap",
"gix-worktree",
"gix-revision",
Expand Down Expand Up @@ -184,7 +184,7 @@ members = [
"gix-revision/tests",
"gix-diff/tests",
"git-pack/tests",
"git-index/tests",
"gix-index/tests",
"gix-ref/tests",
"gix-config/tests",
"gix-traverse/tests",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ check: ## Build all code in suitable configurations
&& cargo check
cd gix-object && cargo check --all-features \
&& cargo check --features verbose-object-parsing-errors
cd git-index && cargo check --features serde1
cd gix-index && cargo check --features serde1
cd gix-credentials && cargo check --features serde1
cd gix-sec && cargo check --features serde1
cd gix-revision && cargo check --features serde1
Expand Down Expand Up @@ -143,7 +143,7 @@ unit-tests: ## run all unit tests
cd gix-object && cargo test && cargo test --features verbose-object-parsing-errors
cd git-pack/tests && cargo test --features internal-testing-to-avoid-being-run-by-cargo-test-all \
&& cargo test --features "internal-testing-gix-features-parallel"
cd git-index/tests && cargo test --features internal-testing-to-avoid-being-run-by-cargo-test-all \
cd gix-index/tests && cargo test --features internal-testing-to-avoid-being-run-by-cargo-test-all \
&& cargo test --features "internal-testing-gix-features-parallel"
cd gix-worktree && cargo test --features internal-testing-to-avoid-being-run-by-cargo-test-all \
&& cargo test --features "internal-testing-gix-features-parallel"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ is usable to some extent.
* [gix](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix)
* [gix-attributes](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-attributes)
* [gix-pathspec](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-pathspec)
* [git-index](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-index)
* [gix-index](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-index)
* [gix-revision](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-revision)
* [gix-command](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-command)
* [gix-prompt](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-prompt)
Expand Down
2 changes: 1 addition & 1 deletion SHORTCOMINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This file is for tracking features that are less well implemented or less powerf

#### `gix`

### git-index
### gix-index

* The `link` extension can be read, but won't be written. This effectively disables the use of a split index once a mutating operation is run on it with `gitixode`.

Expand Down
Loading

0 comments on commit 86db5e0

Please sign in to comment.