-
-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-lfs might fail early; let's rely on these caches to be recreated,…
… where possible Maybe this also means that one should prefer to not use git-lfs at all and keep data in the packs themselves, it still shouldn't be too much overall. Butl... for now, let's try to keep it to make the experience. Here we choose the quick way out by simply checking in the archives in question and by disabling git-lfs for them. That way, most of the scripts still run, but we don't have to square the circle trying to get these scripts portable, or spend a lot of time figuring out why some baselines don't match perfectly (on windows).
- Loading branch information
Showing
12 changed files
with
9 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
make_baseline.tar.xz -filter |
Binary file modified
BIN
+10.1 KB
(8000%)
gix-glob/tests/fixtures/generated-archives/make_baseline.tar.xz
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
make_trees.tar.xz -filter |
Binary file modified
BIN
+9.85 KB
(7900%)
gix-object/tests/fixtures/generated-archives/make_trees.tar.xz
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
gix-pathspec/tests/fixtures/generated-archives/.gitattributes
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
parse_baseline.tar.xz -filter | ||
match_baseline_files.tar.xz -filter |
Binary file modified
BIN
+10.3 KB
(8200%)
gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar.xz
Binary file not shown.
Binary file modified
BIN
+9.18 KB
(7400%)
gix-pathspec/tests/fixtures/generated-archives/parse_baseline.tar.xz
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
basic.tar.xz -filter |
Binary file modified
BIN
+31.6 KB
(25000%)
gix-submodule/tests/fixtures/generated-archives/basic.tar.xz
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
make_rev_spec_parse_repos.tar.xz -filter | ||
make_diff_repo.tar.xz -filter |
Binary file modified
BIN
+28.1 KB
(22000%)
gix/tests/fixtures/generated-archives/make_rev_spec_parse_repos.tar.xz
Binary file not shown.