Skip to content

Commit 98c1360

Browse files
committed
remove dash in all repository links
1 parent b401468 commit 98c1360

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gitoxide"
33
description = "A command-line application for interacting with git repositories"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"

LICENSE-MIT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2020 Sebastian Thiel, and [others](https://github.com/byron/git-oxide/contributors).
3+
Copyright (c) 2018-2020 Sebastian Thiel, and [others](https://github.com/byron/gitoxide/contributors).
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Rust](https://github.com/Byron/git-oxide/workflows/Rust/badge.svg)](https://github.com/Byron/git-oxide/actions)
1+
[![Rust](https://github.com/Byron/gitoxide/workflows/Rust/badge.svg)](https://github.com/Byron/gitoxide/actions)
22
[![Crates.io](https://img.shields.io/crates/v/gitoxide.svg)](https://crates.io/crates/gitoxide)
33

44
**gix** is a command-line interface (*CLI*) to access git repositories. It's written to optimize the
@@ -259,7 +259,7 @@ curl -LSfs https://raw.githubusercontent.com/Byron/gitoxide/main/ci/install.sh |
259259
See the [releases section][releases] for manual installation and various alternative builds that are _slimmer_ or _smaller_, depending
260260
on your needs, for _Linux_, _MacOS_ and _Windows_.
261261

262-
[releases]: https://github.com/Byron/git-oxide/releases
262+
[releases]: https://github.com/Byron/gitoxide/releases
263263

264264
#### Cargo
265265

@@ -278,7 +278,7 @@ cargo install gitoxide --no-default-features --features max-termion
278278
cargo install gitoxide --no-default-features --features lean
279279
```
280280

281-
[releases]: https://github.com/Byron/git-oxide/releases
281+
[releases]: https://github.com/Byron/gitoxide/releases
282282
[rustup]: https://rustup.rs
283283

284284
## Usage
@@ -315,7 +315,7 @@ Once installed, there are two binaries:
315315
* IO errors due to insufficient amount of open file handles don't always lead to operation failure
316316
* **Cross platform support, including Windows**
317317
* With the tools and experience available here there is no reason not to support Windows.
318-
* [Windows is testsed on CI](https://github.com/Byron/git-oxide/blob/df66d74aa2a8cb62d8a03383135f08c8e8c579a8/.github/workflows/rust.yml#L34)
318+
* [Windows is testsed on CI](https://github.com/Byron/gitoxide/blob/df66d74aa2a8cb62d8a03383135f08c8e8c579a8/.github/workflows/rust.yml#L34)
319319
and failures do prevent releases.
320320

321321

git-features/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-features"
33
description = "A crate to integrate various capabilities using compile-time feature flags"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
version = "0.6.0"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT/Apache-2.0"

git-index/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-index"
33
version = "0.0.0"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dedicated implementing the git index file"
77
authors = ["Sebastian Thiel <[email protected]>"]

git-object/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "git-object"
33
version = "0.4.0"
44
description = "Borrowed and owned git objects with deserialization and serialization support"
55
authors = ["Sebastian Thiel <[email protected]>"]
6-
repository = "https://github.com/Byron/git-oxide"
6+
repository = "https://github.com/Byron/gitoxide"
77
license = "MIT/Apache-2.0"
88
edition = "2018"
99
include = ["src/**/*"]

git-odb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-odb"
33
version = "0.4.1"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
description = "Implements a git object database for loose objects and packs"

git-packetline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-packetline"
33
version = "0.2.1"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project implementing the pkt-line serialization format"
77
authors = ["Sebastian Thiel <[email protected]>"]

git-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-protocol"
33
version = "0.1.1"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project for implementing git protocols"
77
authors = ["Sebastian Thiel <[email protected]>"]

git-ref/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-ref"
33
version = "0.4.0"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A crate to handle git references"
77
authors = ["Sebastian Thiel <[email protected]>"]

git-repository/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-repository"
3-
repository = "https://github.com/Byron/git-oxide"
3+
repository = "https://github.com/Byron/gitoxide"
44
description = "Manipulation of git repositories"
55
license = "MIT/Apache-2.0"
66
version = "0.4.0"

git-transport/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-transport"
33
version = "0.2.1"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dedicated to implementing the git transport layer"
77
authors = ["Sebastian Thiel <[email protected]>"]

git-tui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-tui"
33
version = "0.0.0"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dedicated to a terminal user interface to interact with git repositories"
77
authors = ["Sebastian Thiel <[email protected]>"]

git-url/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-url"
33
version = "0.1.0"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project implementing parsing and serialization of git-url"
77
authors = ["Sebastian Thiel <[email protected]>"]

gitoxide-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gitoxide-core"
33
description = "The library implementating all capabilities of the gitoxide CLI"
4-
repository = "https://github.com/Byron/git-oxide"
4+
repository = "https://github.com/Byron/gitoxide"
55
version = "0.4.1"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)