Skip to content

Commit

Permalink
check all git-lfs managed files into the repository
Browse files Browse the repository at this point in the history
That way one will not be dependent on git-lfs for what ultimately are 6MB of binary files.
I would even have paid for bandwidth, but it seems wrong that bandwidth resets per month
which would leave a lot unused
  • Loading branch information
Byron committed Dec 12, 2023
1 parent 06d4682 commit 35439de
Show file tree
Hide file tree
Showing 83 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**/generated-archives/*.tar.xz filter=lfs diff=lfs merge=lfs -text
**/generated-archives/*.tar.xz filter=lfs-disabled diff=lfs merge=lfs -text

# assure line feeds don't interfere with our working copy hash
**/tests/fixtures/**/*.sh text crlf=input eol=lf
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: cargo check --all --bins --examples
- run: |
# it should never be a failure not to get the caches, as they can be regenerated.
git lfs fetch && git lfs checkout || true
- uses: taiki-e/install-action@v1
with:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified gix-diff/tests/fixtures/generated-archives/make_blob_repo.tar.xz
Binary file not shown.
Binary file modified gix-diff/tests/fixtures/generated-archives/make_diff_repo.tar.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified gix-filter/tests/fixtures/generated-archives/pipeline_repos.tar.xz
Binary file not shown.
1 change: 0 additions & 1 deletion gix-glob/tests/fixtures/generated-archives/.gitattributes

This file was deleted.

Binary file modified gix-index/tests/fixtures/generated-archives/V2_empty.tar.xz
Binary file not shown.
Binary file modified gix-index/tests/fixtures/generated-archives/v2.tar.xz
Binary file not shown.
Binary file not shown.
Binary file modified gix-index/tests/fixtures/generated-archives/v2_more_files.tar.xz
Binary file not shown.
Binary file not shown.
Binary file modified gix-index/tests/fixtures/generated-archives/v2_split_index.tar.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified gix-index/tests/fixtures/generated-archives/v3_added_files.tar.xz
Binary file not shown.
Binary file not shown.
Binary file modified gix-index/tests/fixtures/generated-archives/v3_sparse_index.tar.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified gix-negotiate/tests/fixtures/generated-archives/make_repos.tar.xz
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions gix-pathspec/tests/fixtures/generated-archives/.gitattributes

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified gix-status/tests/fixtures/generated-archives/conflicts.tar.xz
Binary file not shown.
Binary file modified gix-status/tests/fixtures/generated-archives/racy_git.tar.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified gix-status/tests/fixtures/generated-archives/status_removed.tar.xz
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file modified gix-traverse/tests/fixtures/generated-archives/make_repos.tar.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified gix-worktree-stream/tests/fixtures/generated-archives/basic.tar.xz
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions gix/tests/fixtures/generated-archives/.gitattributes

This file was deleted.

Binary file modified gix/tests/fixtures/generated-archives/make_am_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_basic_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_bisect_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_cherry_pick_repo.tar.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_config_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_config_repos.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_empty_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_head_repos.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_merge_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_packed_and_loose.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_pre_epoch_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_rebase_i_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_references_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_remote_repo.tar.xz
Binary file not shown.
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_revert_repo.tar.xz
Binary file not shown.
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_shallow_repo.tar.xz
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_submodules.tar.xz
Binary file not shown.

0 comments on commit 35439de

Please sign in to comment.