|
8 | 8 | # `git worktree add` writes absolute paths into `.git/worktrees/<name>/gitdir` |
9 | 9 | # and the worktree's `.git` pointer file; both shared with the `_bare` variant. |
10 | 10 | /make_worktree_repo.tar |
| 11 | +/make_worktree_repo_sha256.tar |
11 | 12 | /make_worktree_repo_bare.tar |
| 13 | +/make_worktree_repo_bare_sha256.tar |
12 | 14 | # Same as above, plus per-worktree config created via `extensions.worktreeConfig`. |
13 | 15 | /make_worktree_repo_with_configs.tar |
| 16 | +/make_worktree_repo_with_configs_sha256.tar |
14 | 17 | # `git clone --shared file://$PWD/base` records the host-absolute alternates |
15 | 18 | # path; numerous sub-clones inherit that reference. |
16 | 19 | /make_remote_repos.tar |
| 20 | +/make_remote_repos_sha256.tar |
17 | 21 | # Shallow clone created with `file://$remote`; `.git/shallow` and the alternates |
18 | 22 | # record the host path of the source repo (this is the fixture called out in |
19 | 23 | # issue #2316 / PR #2229 as a candidate for future commitment if those host |
20 | 24 | # paths can be removed). |
21 | 25 | /make_complex_shallow_repo.tar |
| 26 | +/make_complex_shallow_repo_sha256.tar |
22 | 27 | # Clones from a host-supplied base repo path (`$1`); the resulting alternates |
23 | 28 | # embed that absolute path. |
24 | 29 | /make_fetch_repos.tar |
| 30 | +/make_fetch_repos_sha256.tar |
25 | 31 | # Sets `core.worktree` to `$PWD/worktree` (an absolute path) on multiple |
26 | 32 | # clones to test relative-vs-absolute worktree resolution. |
27 | 33 | /make_core_worktree_repo.tar |
| 34 | +/make_core_worktree_repo_sha256.tar |
28 | 35 | # Writes `global.config`/`system.config` files whose absolute paths the test |
29 | 36 | # injects via `GIT_CONFIG_GLOBAL`/`GIT_CONFIG_SYSTEM`; the path layout must |
30 | 37 | # match the host running the test. |
31 | 38 | /make_signatures_repo.tar |
| 39 | +/make_signatures_repo_sha256.tar |
32 | 40 | # Reads tree blobs/messages from `$ROOT/assets/...` (a host-absolute path) via |
33 | 41 | # `git update-index --index-info` to build commits. |
34 | 42 | /make_diff_repos.tar |
| 43 | +/make_diff_repos_sha256.tar |
35 | 44 | # `git submodule add` with relative path produces `.git/modules/<name>/config` |
36 | 45 | # entries containing host-absolute worktree paths; also adds a worktree. |
37 | 46 | /make_submodule_with_worktree.tar |
| 47 | +/make_submodule_with_worktree_sha256.tar |
38 | 48 | # Uses `mkfifo`, `ln -s`, executable-bit changes, and adds a submodule — |
39 | 49 | # none of which round-trip cleanly through a committed tar across platforms. |
40 | 50 | /repo_with_untracked_files.tar |
| 51 | +/repo_with_untracked_files_sha256.tar |
41 | 52 | # Adds a linked worktree (host-absolute paths in `.git/worktrees/<name>/gitdir`) |
42 | 53 | # alongside `.git/info/exclude` content. |
43 | 54 | /make_worktree_repo_with_info_exclude.tar |
| 55 | +/make_worktree_repo_with_info_exclude_sha256.tar |
0 commit comments