Skip to content

Commit b9225c8

Browse files
committed
adjust to renaming of git-lfs to gix-lfs
1 parent a3fa287 commit b9225c8

File tree

22 files changed

+31
-31
lines changed

22 files changed

+31
-31
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ members = [
157157
"gix-prompt",
158158
"git-filter",
159159
"gix-sec",
160-
"git-lfs",
160+
"gix-lfs",
161161
"gix-rebase",
162162
"gix-sequencer",
163163
"gix-submodule",

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ get an overview.
264264

265265
- be sure to clone locally and run tests with `GITOXIDE_TEST_IGNORE_ARCHIVES=1` to assure new fixture scripts (if there are any) are validated
266266
on _MacOS_ and _Windows_. Note that linux doesn't need to be tested that way as CI on linux ignores them by merit of not checking them out
267-
via `git-lfs`.
267+
via `gix-lfs`.
268268

269269
## Creating a release
270270

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ is usable to some extent.
9292
* [gix-note](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-note)
9393
* [git-fetchhead](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-fetchhead)
9494
* [git-filter](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-filter)
95-
* [git-lfs](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-lfs)
95+
* [gix-lfs](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-lfs)
9696
* [gix-rebase](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-rebase)
9797
* [gix-sequencer](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-sequencer)
9898
* [gix-submodule](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-submodule)
@@ -231,7 +231,7 @@ Project non-goals can change over time as we learn more, and they can be challen
231231

232232
If what you have seen so far sparked your interest to contribute, then let us say: We are happy to have you and help you to get started.
233233

234-
> ❗️Note❗️: For cloning, `git-lfs` needs to be locally installed or the checkout will fail. `git lfs install` must have been called once, followed
234+
> ❗️Note❗️: For cloning, `gix-lfs` needs to be locally installed or the checkout will fail. `git lfs install` must have been called once, followed
235235
by `git lfs pull` to replace the `lfs`-pointer files.
236236

237237
We recommend running `make tests check-size` during the development process to assure CI is green before pushing.
@@ -288,7 +288,7 @@ Provide a CLI to for the most basic user journey:
288288

289289
### Ideas for Spin-Offs
290290

291-
* [ ] A system to integrate tightly with `git-lfs` to allow a multi-tier architecture so that assets can be stored in git and are accessible quickly from an intranet location
291+
* [ ] A system to integrate tightly with `gix-lfs` to allow a multi-tier architecture so that assets can be stored in git and are accessible quickly from an intranet location
292292
(for example by accessing the storage read-only over the network) while changes are pushed immediately by the server to other edge locations, like _the cloud_ or backups. Sparse checkouts along with explorer/finder integrations
293293
make it convenient to only work on a small subset of files locally. Clones can contain all configuration somebody would need to work efficiently from their location,
294294
and authentication for the git history as well as LFS resources make the system secure. One could imagine encryption support for untrusted locations in _the cloud_

crate-status.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Provides a trust model to share across gitoxide crates. It helps configuring how
427427

428428
Handle human-aided operations which cannot be completed in one command invocation.
429429

430-
### git-lfs
430+
### gix-lfs
431431

432432
Implement git large file support using the process protocol and make it flexible enough to handle a variety of cases.
433433
Make it the best-performing implementation and the most convenient one.

etc/check-package-size.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ echo "in root: gitoxide CLI"
4545
(enter gix-date && indent cargo diet -n --package-size-limit 15KB)
4646
(enter gix-hashtable && indent cargo diet -n --package-size-limit 5KB)
4747
(enter git-filter && indent cargo diet -n --package-size-limit 5KB)
48-
(enter git-lfs && indent cargo diet -n --package-size-limit 5KB)
48+
(enter gix-lfs && indent cargo diet -n --package-size-limit 5KB)
4949
(enter gix-note && indent cargo diet -n --package-size-limit 5KB)
5050
(enter git-fetchhead && indent cargo diet -n --package-size-limit 5KB)
5151
(enter gix-sec && indent cargo diet -n --package-size-limit 15KB)

git-commitgraph/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ A maintenance release without user-facing changes.
273273

274274
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
275275
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
276-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
276+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
277277
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
278278
* **Uncategorized**
279279
- Release gix-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0 ([`d4df661`](https://github.com/Byron/gitoxide/commit/d4df661dbf60dad75d07002ef9979cabe8a86935))

git-diff/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ A maintenance release without user-facing changes.
491491
- adjust for different errors on windows when handling errors opening files… ([`9625829`](https://github.com/Byron/gitoxide/commit/962582996bb8d53739393acfcd150e9aa5132bae))
492492
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
493493
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
494-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
494+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
495495
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
496496
* **Uncategorized**
497497
- Release gix-hash v0.9.4, gix-features v0.21.0, gix-actor v0.10.0, gix-glob v0.3.0, gix-path v0.1.1, gix-attributes v0.1.0, gix-sec v0.1.0, gix-config v0.3.0, gix-credentials v0.1.0, gix-validate v0.5.4, gix-object v0.19.0, git-diff v0.16.0, gix-lock v2.1.0, gix-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, gix-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, gix-packetline v0.12.5, gix-url v0.5.0, gix-transport v0.17.0, gix-protocol v0.16.0, gix-revision v0.2.0, gix-worktree v0.2.0, git-repository v0.17.0, safety bump 20 crates ([`654cf39`](https://github.com/Byron/gitoxide/commit/654cf39c92d5aa4c8d542a6cadf13d4acef6a78e))

git-index/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ This is a maintenance release with no functional changes.
819819
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
820820
- prevent line-ending conversions for shell scripts on windows ([`96bb4d4`](https://github.com/Byron/gitoxide/commit/96bb4d460db420e18dfd0f925109c740e971820d))
821821
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
822-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
822+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
823823
- Assure we don't pick up unnecessary files during publishing ([`545b2d5`](https://github.com/Byron/gitoxide/commit/545b2d5121ba64efaee7564d5191cec37661efd7))
824824
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
825825
* **Uncategorized**

git-odb/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ A maintenance release without user-facing changes.
651651
- make fmt ([`50ff7aa`](https://github.com/Byron/gitoxide/commit/50ff7aa7fa86e5e2a94fb15aab86470532ac3f51))
652652
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
653653
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
654-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
654+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
655655
* **Uncategorized**
656656
- Release gix-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, gix-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, gix-packetline v0.12.5, gix-url v0.5.0, gix-transport v0.17.0, gix-protocol v0.16.0, gix-revision v0.2.0, gix-worktree v0.2.0, git-repository v0.17.0 ([`349c590`](https://github.com/Byron/gitoxide/commit/349c5904b0dac350838a896759d51576b66880a7))
657657
- Release gix-hash v0.9.4, gix-features v0.21.0, gix-actor v0.10.0, gix-glob v0.3.0, gix-path v0.1.1, gix-attributes v0.1.0, gix-sec v0.1.0, gix-config v0.3.0, gix-credentials v0.1.0, gix-validate v0.5.4, gix-object v0.19.0, git-diff v0.16.0, gix-lock v2.1.0, gix-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, gix-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, gix-packetline v0.12.5, gix-url v0.5.0, gix-transport v0.17.0, gix-protocol v0.16.0, gix-revision v0.2.0, gix-worktree v0.2.0, git-repository v0.17.0, safety bump 20 crates ([`654cf39`](https://github.com/Byron/gitoxide/commit/654cf39c92d5aa4c8d542a6cadf13d4acef6a78e))

git-pack/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ A maintenance release without user-facing changes.
679679
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
680680
- prevent line-ending conversions for shell scripts on windows ([`96bb4d4`](https://github.com/Byron/gitoxide/commit/96bb4d460db420e18dfd0f925109c740e971820d))
681681
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
682-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
682+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
683683
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
684684
* **Uncategorized**
685685
- Release gix-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, gix-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, gix-packetline v0.12.5, gix-url v0.5.0, gix-transport v0.17.0, gix-protocol v0.16.0, gix-revision v0.2.0, gix-worktree v0.2.0, git-repository v0.17.0 ([`349c590`](https://github.com/Byron/gitoxide/commit/349c5904b0dac350838a896759d51576b66880a7))

gix-config/src/source.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ mod git {
137137
let macos = "file:/Applications/Xcode.app/Contents/Developer/usr/share/git-core/gitconfig credential.helper=osxkeychain\nfile:/Users/byron/.gitconfig push.default=simple\n";
138138
let win_msys =
139139
"file:C:/git-sdk-64/etc/gitconfig core.symlinks=false\r\nfile:C:/git-sdk-64/etc/gitconfig core.autocrlf=true";
140-
let win_cmd = "file:C:/Program Files/Git/etc/gitconfig diff.astextplain.textconv=astextplain\r\nfile:C:/Program Files/Git/etc/gitconfig filter.lfs.clean=git-lfs clean -- %f\r\n";
140+
let win_cmd = "file:C:/Program Files/Git/etc/gitconfig diff.astextplain.textconv=astextplain\r\nfile:C:/Program Files/Git/etc/gitconfig filter.lfs.clean=gix-lfs clean -- %f\r\n";
141141
let linux = "file:/home/parallels/.gitconfig core.excludesfile=~/.gitignore\n";
142142
let bogus = "something unexpected";
143143
let empty = "";

gix-glob/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ This is a maintenance release with no functional changes.
374374
- See if being less pedantic yields the correct results ([`18953e4`](https://github.com/Byron/gitoxide/commit/18953e4c367ef1d3c2b28a0b027acc715af6372f))
375375
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
376376
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
377-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
377+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
378378
- make sure existing files aren't written into ([`9b5a8a2`](https://github.com/Byron/gitoxide/commit/9b5a8a243d49b6567d1db31050d3bf3123dd54d3))
379379
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
380380
* **Uncategorized**

gix-lfs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ An empty crate without any content to reserve the name for the gitoxide project.
2424
<details><summary>view details</summary>
2525

2626
* **[#382](https://github.com/Byron/gitoxide/issues/382)**
27-
- add dummy crates for gix-rebase and git-lfs ([`94c8122`](https://github.com/Byron/gitoxide/commit/94c81226e2713c869462241429df608e04c4418d))
27+
- add dummy crates for gix-rebase and gix-lfs ([`94c8122`](https://github.com/Byron/gitoxide/commit/94c81226e2713c869462241429df608e04c4418d))
2828
</details>
2929

gix-lfs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "git-lfs"
2+
name = "gix-lfs"
33
version = "0.0.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"

gix-rebase/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ An empty crate without any content to reserve the name for the gitoxide project.
2424
<details><summary>view details</summary>
2525

2626
* **[#382](https://github.com/Byron/gitoxide/issues/382)**
27-
- add dummy crates for gix-rebase and git-lfs ([`94c8122`](https://github.com/Byron/gitoxide/commit/94c81226e2713c869462241429df608e04c4418d))
27+
- add dummy crates for gix-rebase and gix-lfs ([`94c8122`](https://github.com/Byron/gitoxide/commit/94c81226e2713c869462241429df608e04c4418d))
2828
</details>
2929

gix-ref/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ A maintenance release without user-facing changes.
842842
- make fmt ([`50ff7aa`](https://github.com/Byron/gitoxide/commit/50ff7aa7fa86e5e2a94fb15aab86470532ac3f51))
843843
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
844844
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
845-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
845+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
846846
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
847847
* **[#393](https://github.com/Byron/gitoxide/issues/393)**
848848
- Add support for disabling archive usage ([`624ad2e`](https://github.com/Byron/gitoxide/commit/624ad2ef42172556efe942129f6f46dd627250d5))

gix-revision/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ This is a maintenance release with no functional changes.
711711
- make fmt ([`50ff7aa`](https://github.com/Byron/gitoxide/commit/50ff7aa7fa86e5e2a94fb15aab86470532ac3f51))
712712
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
713713
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
714-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
714+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
715715
- Assure we don't pick up unnecessary files during publishing ([`545b2d5`](https://github.com/Byron/gitoxide/commit/545b2d5121ba64efaee7564d5191cec37661efd7))
716716
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
717717
* **Uncategorized**

gix-traverse/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ A maintenance release without user-facing changes.
412412
- update changelogs prior to release ([`84cb256`](https://github.com/Byron/gitoxide/commit/84cb25614a5fcddff297c1713eba4efbb6ff1596))
413413
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
414414
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
415-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
415+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
416416
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
417417
* **Uncategorized**
418418
- Release gix-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, gix-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, gix-packetline v0.12.5, gix-url v0.5.0, gix-transport v0.17.0, gix-protocol v0.16.0, gix-revision v0.2.0, gix-worktree v0.2.0, git-repository v0.17.0 ([`349c590`](https://github.com/Byron/gitoxide/commit/349c5904b0dac350838a896759d51576b66880a7))

gix-worktree/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ A maintenance release without documented changes.
579579
* **[#384](https://github.com/Byron/gitoxide/issues/384)**
580580
- prevent line-ending conversions for shell scripts on windows ([`96bb4d4`](https://github.com/Byron/gitoxide/commit/96bb4d460db420e18dfd0f925109c740e971820d))
581581
- No need to isolate archives by crate name ([`19d46f3`](https://github.com/Byron/gitoxide/commit/19d46f35440419b9911b6e2bca2cfc975865dce9))
582-
- add archive files via git-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
582+
- add archive files via gix-lfs ([`7202a1c`](https://github.com/Byron/gitoxide/commit/7202a1c4734ad904c026ee3e4e2143c0461d51a2))
583583
- Assure we don't pick up unnecessary files during publishing ([`545b2d5`](https://github.com/Byron/gitoxide/commit/545b2d5121ba64efaee7564d5191cec37661efd7))
584584
- auto-set commit.gpgsign=false when executing git ([`c23feb6`](https://github.com/Byron/gitoxide/commit/c23feb64ad157180cfba8a11c882b829733ea8f6))
585585
* **Uncategorized**

0 commit comments

Comments
 (0)