Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 1 addition & 1 deletion gix-diff/tests/fixtures/make_diff_for_rewrites_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -820,4 +820,4 @@ git add --intent-to-add will-add
git update-index --skip-worktree src/shared.rs
rm src/shared.rs

mv ../*.tree .
mv ../*.tree .
Binary file modified gix-merge/tests/fixtures/generated-archives/text-baseline.tar
Binary file not shown.
2 changes: 1 addition & 1 deletion gix-merge/tests/fixtures/text-baseline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -668,4 +668,4 @@ for dir in simple \
baseline ours base theirs diff3-histogram --diff3
baseline ours base theirs zdiff3-histogram --zdiff3
)
done
done
Binary file not shown.
2 changes: 1 addition & 1 deletion gix-ref/tests/fixtures/make_pseudo_ref_repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ touch .git/refs/SHOULD_BE_EXCLUDED_HEAD
cat <<EOF >> .git/FETCH_HEAD
9064ea31fae4dc59a56bdd3a06c0ddc990ee689e branch 'main' of https://github.com/Byron/gitoxide
1b8d9e6a408e480ae1912e919c37a26e5c46639d not-for-merge branch 'faster-discovery' of https://github.com/Byron/gitoxide
EOF
EOF
Binary file modified gix-traverse/tests/fixtures/generated-archives/make_repos.tar
Binary file not shown.
2 changes: 1 addition & 1 deletion gix-traverse/tests/fixtures/make_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ function optimize() {
commit b3

optimize
)
)
Binary file modified gix/tests/fixtures/generated-archives/make_basic_repo.tar
Binary file not shown.
Binary file not shown.
Binary file modified gix/tests/fixtures/generated-archives/make_submodules.tar
Binary file not shown.
2 changes: 1 addition & 1 deletion gix/tests/fixtures/make_basic_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ git clone --bare . non-bare-without-worktree
git config core.bare false
)

git init unborn;
git init unborn;
2 changes: 1 addition & 1 deletion gix/tests/fixtures/make_diff_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ git init jj-trackcopy-1
git commit -m "renamed cli to c"

rm -Rf c/
)
)
2 changes: 1 addition & 1 deletion gix/tests/fixtures/make_rev_parse_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,4 @@ ca54b8c67eb6c81b7175f62ee74a0d5aab6f52cc 000000000000000000000000000000000000000
ca54b8c67eb6c81b7175f62ee74a0d5aab6f52cc 0000000000000000000000000000000000000000 Sebastian Thiel <[email protected]> 1734789302 +0100 Branch: renamed refs/heads/reflog-parseing to refs/heads/reflog-parsing
0000000000000000000000000000000000000000 ca54b8c67eb6c81b7175f62ee74a0d5aab6f52cc Sebastian Thiel <[email protected]> 1734789302 +0100 Branch: renamed refs/heads/reflog-parseing to refs/heads/reflog-parsing
87b0acf0e9cac2781312bd478df0ae72ec6d194b 4d4a9b6e372b3f6d8beabc82a6bf63d5b3f84e21 Sebastian Thiel <[email protected]> 1734789364 +0100 checkout: moving from reflog-parsing to refloglookup-date
EOF
EOF
2 changes: 1 addition & 1 deletion gix/tests/fixtures/make_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ git clone with-submodules not-a-submodule
git add m1 && git commit -m "no submodule in index and commit, but in configuration"
)

git init unborn
git init unborn
2 changes: 1 addition & 1 deletion gix/tests/fixtures/repo_with_untracked_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ mkfifo fifo
git submodule add ./embedded-repository submodule

mkdir empty-dir
git init uninitialized-embedded-repository
git init uninitialized-embedded-repository
Loading