From 925b8602e82e88838d3aa829e8c7b9e2a8d178f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Mon, 17 Aug 2020 17:12:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=81=D1=82=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BC=D0=B8=D0=BD=D0=B8=D0=BC=D1=83=D0=BC=20|=20Leave?= =?UTF-8?q?=20only=20the=20minimum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0000 | 6 +++--- abc | 1 - привет.js | 5 ----- привет|hello.js | 7 +++++++ ...вет.череда => привет|hello.череда | 0 5 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 abc delete mode 100644 привет.js create mode 100644 привет|hello.js rename привет.череда => привет|hello.череда (100%) diff --git a/0000 b/0000 index 22bf521..e9cb6da 100644 --- a/0000 +++ b/0000 @@ -1,5 +1,5 @@ -Привет +Привет | Hello 1.0.0 -/привет.череда -x /привет.js +/привет|hello.череда +x /привет|hello.js diff --git a/abc b/abc deleted file mode 100644 index 71955bb..0000000 --- a/abc +++ /dev/null @@ -1 +0,0 @@ -Wed Jul 15 2020 15:29:48 GMT+0300 (Moscow Standard Time) \ No newline at end of file diff --git a/привет.js b/привет.js deleted file mode 100644 index 425f1fb..0000000 --- a/привет.js +++ /dev/null @@ -1,5 +0,0 @@ -ПоприветствоватьМир = function() -{ - console.log("Привет, мир!"); - document.body.innerHTML = "

Привет, мир!

"; -}; diff --git a/привет|hello.js b/привет|hello.js new file mode 100644 index 0000000..14b90ca --- /dev/null +++ b/привет|hello.js @@ -0,0 +1,7 @@ +ПоприветствоватьМир = function() +{ + console.log("Привет, мир!"); + console.log("Hello, world!"); + document.body.innerHTML += "

Привет, мир!

"; + document.body.innerHTML += "

Hello, world!

"; +}; diff --git a/привет.череда b/привет|hello.череда similarity index 100% rename from привет.череда rename to привет|hello.череда