Skip to content

Commit

Permalink
Readding the pre commit hook while removing the image, I wonder if th…
Browse files Browse the repository at this point in the history
…is deletion would be taken into account?
  • Loading branch information
Rd4dev committed Sep 4, 2024
1 parent 2bff617 commit ba42b10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ changed_files=$(git diff --name-only "$base_commit" HEAD)

# Combine both lists of files, ensuring no duplicates
all_files=$(echo -e "$staged_files\n$changed_files" | sort -u)
echo "$all_files"

function checkForBinaries() {
binaryFilesCount=0
Expand Down
Binary file removed wiki/image.png
Binary file not shown.

0 comments on commit ba42b10

Please sign in to comment.