forked from GitoxideLabs/gitoxide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't call crate 'WIP' in manifest anymore.
- Loading branch information
Showing
28 changed files
with
28 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-attributes" | |
version = "0.16.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing .gitattributes files" | ||
description = "A crate of the gitoxide project dealing .gitattributes files" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-bitmap" | |
version = "0.2.6" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dedicated implementing the standard git bitmap format" | ||
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" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-command" | |
version = "0.2.8" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project handling internal git command execution" | ||
description = "A crate of the gitoxide project handling internal git command execution" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-credentials" | |
version = "0.17.1" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project to interact with git credentials helpers" | ||
description = "A crate of the gitoxide project to interact with git credentials helpers" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-date" | |
version = "0.7.2" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project parsing dates the way git does" | ||
description = "A crate of the gitoxide project parsing dates the way git does" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-fetchhead" | |
version = "0.0.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project to read and write .git/FETCH_HEAD" | ||
description = "A crate of the gitoxide project to read and write .git/FETCH_HEAD" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-filter" | |
version = "0.3.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project implementing git filters" | ||
description = "A crate of the gitoxide project implementing git filters" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-glob" | |
version = "0.10.2" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing with pattern matching" | ||
description = "A crate of the gitoxide project dealing with pattern matching" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-ignore" | |
version = "0.5.1" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing .gitignore files" | ||
description = "A crate of the gitoxide project dealing .gitignore files" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-lfs" | |
version = "0.0.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing with handling git large file support" | ||
description = "A crate of the gitoxide project dealing with handling git large file support" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-mailmap" | |
version = "0.16.1" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project for parsing mailmap files" | ||
description = "A crate of the gitoxide project for parsing mailmap files" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-note" | |
version = "0.0.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing with git notes" | ||
description = "A crate of the gitoxide project dealing with git notes" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-packetline" | |
version = "0.16.4" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project implementing the pkt-line serialization format" | ||
description = "A crate of the gitoxide project implementing the pkt-line serialization format" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-path" | |
version = "0.8.4" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing paths and their conversions" | ||
description = "A crate of the gitoxide project dealing paths and their conversions" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-pathspec" | |
version = "0.1.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing magical pathspecs" | ||
description = "A crate of the gitoxide project dealing magical pathspecs" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-protocol" | |
version = "0.37.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project for implementing git protocols" | ||
description = "A crate of the gitoxide project for implementing git protocols" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "!**/tests/**/*"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-quote" | |
version = "0.4.6" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing with various quotations used by git" | ||
description = "A crate of the gitoxide project dealing with various quotations used by git" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-rebase" | |
version = "0.0.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing rebases" | ||
description = "A crate of the gitoxide project dealing rebases" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-refspec" | |
version = "0.15.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project for parsing and representing refspecs" | ||
description = "A crate of the gitoxide project for parsing and representing refspecs" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "README.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-revision" | |
version = "0.19.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing with finding names for revisions and parsing specifications" | ||
description = "A crate of the gitoxide project dealing with finding names for revisions and parsing specifications" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "README.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-sec" | |
version = "0.8.4" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project providing a shared trust model" | ||
description = "A crate of the gitoxide project providing a shared trust model" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-sequencer" | |
version = "0.0.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project handling sequences of human-aided operations" | ||
description = "A crate of the gitoxide project handling sequences of human-aided operations" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-submodule" | |
version = "0.1.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dealing git submodules" | ||
description = "A crate of the gitoxide project dealing git submodules" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-transport" | |
version = "0.34.2" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dedicated to implementing the git transport layer" | ||
description = "A crate of the gitoxide project dedicated to implementing the git transport layer" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-traverse" | |
version = "0.31.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project" | ||
description = "A crate of the gitoxide project" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-tui" | |
version = "0.0.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dedicated to a terminal user interface to interact with git repositories" | ||
description = "A crate of the gitoxide project dedicated to a terminal user interface to interact with git repositories" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-url" | |
version = "0.21.1" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project implementing parsing and serialization of gix-url" | ||
description = "A crate of the gitoxide project implementing parsing and serialization of gix-url" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "gix-worktree" | |
version = "0.24.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
license = "MIT OR Apache-2.0" | ||
description = "A WIP crate of the gitoxide project dedicated implementing everything around working trees and git excludes" | ||
description = "A crate of the gitoxide project dedicated implementing everything around working trees and git excludes" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] | ||
|