Skip to content

Commit

Permalink
Merge pull request #1345 from EliahKagan/shell-scripts
Browse files Browse the repository at this point in the history
Add missing +x bit on scripts that are run and not sourced
  • Loading branch information
Byron committed Apr 14, 2024
2 parents 095c673 + 41bf65a commit fe24c89
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion gix-command/tests/fixtures/win_path_lookup.sh
100644 → 100755
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
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
Expand Up @@ -13,4 +13,3 @@ git init -q untracked-only
mkdir new
touch new/untracked subdir/untracked
)

0 comments on commit fe24c89

Please sign in to comment.