From 3c62c02821b5964eeeaeb4709a274db15df16b49 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Sun, 23 Aug 2026 04:36:32 +0600 Subject: [PATCH] Remove execute permissions from files --- docs/Project.toml | 0 docs/src/man/categorical.md | 0 docs/src/man/missing.md | 0 docs/src/man/reshaping_and_pivoting.md | 0 docs/src/man/working_with_dataframes.md | 0 src/abstractdataframe/io.jl | 0 src/abstractdataframe/sort.jl | 0 src/dataframe/dataframe.jl | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 docs/Project.toml mode change 100755 => 100644 docs/src/man/categorical.md mode change 100755 => 100644 docs/src/man/missing.md mode change 100755 => 100644 docs/src/man/reshaping_and_pivoting.md mode change 100755 => 100644 docs/src/man/working_with_dataframes.md mode change 100755 => 100644 src/abstractdataframe/io.jl mode change 100755 => 100644 src/abstractdataframe/sort.jl mode change 100755 => 100644 src/dataframe/dataframe.jl diff --git a/docs/Project.toml b/docs/Project.toml old mode 100755 new mode 100644 diff --git a/docs/src/man/categorical.md b/docs/src/man/categorical.md old mode 100755 new mode 100644 diff --git a/docs/src/man/missing.md b/docs/src/man/missing.md old mode 100755 new mode 100644 diff --git a/docs/src/man/reshaping_and_pivoting.md b/docs/src/man/reshaping_and_pivoting.md old mode 100755 new mode 100644 diff --git a/docs/src/man/working_with_dataframes.md b/docs/src/man/working_with_dataframes.md old mode 100755 new mode 100644 diff --git a/src/abstractdataframe/io.jl b/src/abstractdataframe/io.jl old mode 100755 new mode 100644 diff --git a/src/abstractdataframe/sort.jl b/src/abstractdataframe/sort.jl old mode 100755 new mode 100644 diff --git a/src/dataframe/dataframe.jl b/src/dataframe/dataframe.jl old mode 100755 new mode 100644