Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finalize crate renaming #741

Merged
merged 105 commits into from
Feb 17, 2023
Merged

finalize crate renaming #741

merged 105 commits into from
Feb 17, 2023

Conversation

Byron
Copy link
Owner

@Byron Byron commented Feb 16, 2023

Rename all crates from git-* to gix-

Tasks

  • re-release git-* named crates one last time with a description on what to do
  • release the renamed crates once

Fixtures suffered from find-and-replace
Previously, if worktree crates would also be used as crates.io crates,
the dependency traversal would fail to find packages that come in from crates.io
as opposed to the workspace, and discard them, causing dependencies to be missed.

Now we correctly ignore workspace dependencies from crates.io.
This also means that the `git-*` prefixed crates of the `gitoxide` project
are effectively unmaintained.
Use the crates with the `gix-*` prefix instead.

If you were using `git-repository`, then `gix` is its substitute.
…actor v0.17.2, git-glob v0.5.4, git-path v0.7.2, git-quote v0.4.2, git-attributes v0.8.3, git-bitmap v0.2.2, git-chunk v0.4.2, git-command v0.2.4, git-commitgraph v0.13.1, git-config-value v0.10.2, git-tempfile v3.0.3, git-lock v3.0.3, git-validate v0.7.3, git-object v0.26.2, git-ref v0.24.1, git-sec v0.6.3, git-config v0.16.2, git-prompt v0.3.3, git-url v0.13.3, git-credentials v0.9.2, git-diff v0.26.2, git-discover v0.13.1, git-fetchhead v0.1.0, git-filter v0.1.0, git-hashtable v0.1.2, git-traverse v0.22.2, git-index v0.12.4, git-lfs v0.1.0, git-mailmap v0.9.3, git-note v0.1.0, git-pack v0.31.0, git-odb v0.41.0, git-packetline v0.14.3, git-pathspec v0.1.0, git-transport v0.25.5, git-protocol v0.26.4, git-rebase v0.1.0, git-revision v0.10.4, git-refspec v0.7.3, git-sequencer v0.1.0, git-submodule v0.1.0, git-tix v0.1.0, git-tui v0.1.0, git-worktree v0.12.3, safety bump 2 crates

SAFETY BUMP: git-odb v0.41.0, gix v0.36.0
Conflicts:
  * Cargo.lock
  * Cargo.toml
  * gitoxide-core/Cargo.toml
  * gix-actor/Cargo.toml
  * gix-attributes/Cargo.toml
  * gix-bitmap/Cargo.toml
  * gix-chunk/Cargo.toml
  * gix-command/Cargo.toml
  * gix-commitgraph/CHANGELOG.md
  * gix-commitgraph/Cargo.toml
  * gix-config-value/Cargo.toml
  * gix-config/Cargo.toml
  * gix-config/tests/Cargo.toml
  * gix-credentials/Cargo.toml
  * gix-date/Cargo.toml
  * gix-diff/Cargo.toml
  * gix-discover/Cargo.toml
  * gix-features/Cargo.toml
  * gix-fetchhead/CHANGELOG.md
  * gix-fetchhead/Cargo.toml
  * gix-filter/CHANGELOG.md
  * gix-filter/Cargo.toml
  * gix-glob/Cargo.toml
  * gix-hash/Cargo.toml
  * gix-hashtable/Cargo.toml
  * gix-index/Cargo.toml
  * gix-lfs/CHANGELOG.md
  * gix-lfs/Cargo.toml
  * gix-lock/Cargo.toml
  * gix-mailmap/Cargo.toml
  * gix-note/CHANGELOG.md
  * gix-note/Cargo.toml
  * gix-object/Cargo.toml
  * gix-odb/Cargo.toml
  * gix-pack/Cargo.toml
  * gix-packetline/Cargo.toml
  * gix-path/Cargo.toml
  * gix-pathspec/Cargo.toml
  * gix-prompt/Cargo.toml
  * gix-protocol/Cargo.toml
  * gix-quote/Cargo.toml
  * gix-rebase/CHANGELOG.md
  * gix-rebase/Cargo.toml
  * gix-ref/Cargo.toml
  * gix-refspec/CHANGELOG.md
  * gix-refspec/Cargo.toml
  * gix-revision/Cargo.toml
  * gix-sec/Cargo.toml
  * gix-sequencer/CHANGELOG.md
  * gix-sequencer/Cargo.toml
  * gix-submodule/CHANGELOG.md
  * gix-submodule/Cargo.toml
  * gix-tempfile/Cargo.toml
  * gix-tix/Cargo.toml
  * gix-transport/Cargo.toml
  * gix-traverse/Cargo.toml
  * gix-tui/CHANGELOG.md
  * gix-tui/Cargo.toml
  * gix-url/Cargo.toml
  * gix-validate/Cargo.toml
  * gix-worktree/CHANGELOG.md
  * gix-worktree/Cargo.toml
  * gix/Cargo.toml
  * tests/tools/Cargo.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant