From e9026bc4389ce79bde17c4337e98b3b4f0c55da3 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 4 Mar 2017 23:30:35 +0100 Subject: [PATCH 1/1] moved to own sub directory, execute them as ./contrib/foo.sh Signed-off-by: Roland Haeder --- .gitattributes | 4 ++-- clear-cache.sh => contrib/clear-cache.sh | 0 find-bad-php.sh => contrib/find-bad-php.sh | 0 package.sh => contrib/package.sh | 0 pdepend.sh => contrib/pdepend.sh | 0 rebuild_doc.sh => contrib/rebuild_doc.sh | 0 todo-builder.sh => contrib/todo-builder.sh | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename clear-cache.sh => contrib/clear-cache.sh (100%) rename find-bad-php.sh => contrib/find-bad-php.sh (100%) rename package.sh => contrib/package.sh (100%) rename pdepend.sh => contrib/pdepend.sh (100%) rename rebuild_doc.sh => contrib/rebuild_doc.sh (100%) rename todo-builder.sh => contrib/todo-builder.sh (100%) diff --git a/.gitattributes b/.gitattributes index dfe0770..17cdcd5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -# Auto detect text files and perform LF normalization -* text=auto +# Use Linux/Uni* line-feed for new lines (prevents converting) +* text=lf diff --git a/clear-cache.sh b/contrib/clear-cache.sh similarity index 100% rename from clear-cache.sh rename to contrib/clear-cache.sh diff --git a/find-bad-php.sh b/contrib/find-bad-php.sh similarity index 100% rename from find-bad-php.sh rename to contrib/find-bad-php.sh diff --git a/package.sh b/contrib/package.sh similarity index 100% rename from package.sh rename to contrib/package.sh diff --git a/pdepend.sh b/contrib/pdepend.sh similarity index 100% rename from pdepend.sh rename to contrib/pdepend.sh diff --git a/rebuild_doc.sh b/contrib/rebuild_doc.sh similarity index 100% rename from rebuild_doc.sh rename to contrib/rebuild_doc.sh diff --git a/todo-builder.sh b/contrib/todo-builder.sh similarity index 100% rename from todo-builder.sh rename to contrib/todo-builder.sh -- 2.39.2