Skip to content

Add missing +x bit on scripts that are run and not sourced #1345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2024
Merged
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
1 change: 0 additions & 1 deletion gix-command/tests/fixtures/win_path_lookup.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ echo "#!/a/x" > a/x
echo "#!/b/exe" > b/exe
echo "#!/b/exe.com" > b/exe.com
echo "#!/c/x.exe" > c/x.exe

Empty file modified gix-diff/tests/fixtures/make_blob_repo.sh
100644 → 100755
Empty file.
Empty file modified gix-dir/tests/fixtures/many-symlinks.sh
100644 → 100755
Empty file.
Empty file modified gix-dir/tests/fixtures/many.sh
100644 → 100755
Empty file.
Empty file modified gix-index/tests/fixtures/file_metadata.sh
100644 → 100755
Empty file.
Empty file modified gix-index/tests/fixtures/make_index/v2_deeper_tree.sh
100644 → 100755
Empty file.
Empty file modified gix-index/tests/fixtures/make_index/v2_icase_name_clashes.sh
100644 → 100755
Empty file.
Empty file modified gix-pathspec/tests/fixtures/match_baseline_dirs.sh
100644 → 100755
Empty file.
Empty file modified gix-pathspec/tests/fixtures/match_baseline_files.sh
100644 → 100755
Empty file.
Empty file modified gix-status/tests/fixtures/conflicts.sh
100644 → 100755
Empty file.
Empty file modified gix-status/tests/fixtures/status_many.sh
100644 → 100755
Empty file.
Empty file modified gix-status/tests/fixtures/status_submodule.sh
100644 → 100755
Empty file.
Empty file modified gix-worktree/tests/fixtures/symlink_stack.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion gix/tests/fixtures/make_head_repos.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ git clone tag-symbolic tag-detached
git rev-parse point-at-tag-start > .git/HEAD.tmp
mv .git/HEAD.tmp .git/HEAD
)

1 change: 0 additions & 1 deletion gix/tests/fixtures/make_status_repos.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ git init -q untracked-only
mkdir new
touch new/untracked subdir/untracked
)

Loading